BriarKitv. 1.0.105
Regex TesterR TRegex ExplainerR ERegex BuilderR BPattern LibraryR LCheatsheetR C

100% local processing

Files never leave your device

HomeCheatsheet
runCtrl↵-downloadCtrlD

Cheatsheet

Keep the core regex anchors, classes, quantifiers, groups, and flags in a fast in-browser reference.

runR C

Sections

Jump between the main regex building blocks and keep the reference close at hand.

Reference

Anchors

^^TODO

Start of string or line

$done$

End of string or line

\b\berror\b

Word boundary

\B\Bing\B

Not a word boundary

\A\AHello

Absolute start of input in some regex engines

\Zworld\Z

Absolute end of input in some regex engines

How To Use

Use this as the fast reference surface while building or debugging a pattern in the tester, explainer, or builder.

It is intentionally compact: enough syntax to keep you moving without dropping into full documentation.

CtrlshiftCcopy cheatsheetCtrlDdownload cheatsheet