FluentRegex
Discover, build, and test regex patterns from examples — no regex expertise required.
History
Components
|
Start Anchor ^
End Anchor $
Word Boundary \b
Non-Word Boundary \B
Digit \d
Non-Digit \D
Word Char \w
Non-Word Char \W
Whitespace \s
Non-Whitespace \S
Hex Digit [0-9A-Fa-f]
Octal Digit [0-7]
Unicode Letter \p{L}
Unicode Number \p{N}
Unicode Punctuation \p{P}
Unicode Symbol \p{S}
Tab \t
Newline \n
Carriage Return \r
Form Feed \f
Vertical Tab \v
Null \0
Any Character .
Character Set [abc]
Negated Set [^abc]
Character Range [a-z]
Literal text
Escaped \char
Keyboard Shortcuts
Delete/Backspace Remove selected
Ctrl+Z Undo
Ctrl+Y Redo
↑/↓ ←/→ Navigate components
Pattern
^ $
Examples
Test Examples
Tip: Use "!" prefix for examples that should NOT match (e.g., !X1234567G)
S1234567G Should match
Click to edit
T7654321H Should match
Click to edit
X1234567G Should NOT match
Click to edit
Settings
Automatically wrap pattern with start (^) and end ($) anchors
Automatically update pattern when examples change
Optimize Pattern
✓
No optimizations needed