Test regular expressions with real-time match highlighting
//
Regex Quick Reference
. any character • \d digit • \w word char • \s whitespace • + one or more • * zero or more • ? optional • ^ start • $ end • [abc] character class • (group) capture group