You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regex matching single whitespace character: `\s` (XS)
Regexes matching the opposite of a bunch of common regexes (`\D`, `\W`, `\S`, `\B`, etc.) (maybe a different prefix than X with the same suffixes? Any of K, N, O, Q, or Y are available at the moment... N would be a great mnemonic, although K or Q are less likely to cause collisions with other things we might want to add in the future)
The text was updated successfully, but these errors were encountered:
-`[0-9a-f]`
(XH
)-`[0-9a-z]`
`\b`
(XB
)`\s`
(XS
)`\D`
,`\W`
,`\S`
,`\B`
, etc.) (maybe a different prefix thanX
with the same suffixes? Any ofK
,N
,O
,Q
, orY
are available at the moment...N
would be a great mnemonic, althoughK
orQ
are less likely to cause collisions with other things we might want to add in the future)The text was updated successfully, but these errors were encountered: