Regex Tester

Zewp.com
/ /
Test String
Highlighted Matches 0 matches
.Any character\\d \\w \\sDigit, word, space
^ $Start / end[abc]Character class
* + ?0+, 1+, 0-1{n,m}n to m times
(group)Capture group(?:non)Non-capturing
\\bWord boundarya|bAlternation
(?=x)Lookahead(?<=x)Lookbehind