/
/
Matches
0
Match Details
Quick Reference
. any char \d digit \w word\s space ^ start $ end* 0+ + 1+ ? optional{n,m} range () group | or[abc] set [^abc] negate \b boundary
. any char \d digit \w word\s space ^ start $ end* 0+ + 1+ ? optional{n,m} range () group | or[abc] set [^abc] negate \b boundary