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
Allow following operations:
(): parens
[]: choice of
{}: num times
^: not AND start of string
$: end of string
?: 0/1
.: any character (not \n)
|: OR (union)
*: ≥0
+: >0
(?s): allow . to function as EVERY character
Allow following operations:
(): parens
[]: choice of
{}: num times
^: not AND start of string
$: end of string
?: 0/1
.: any character (not \n)
|: OR (union)
*: ≥0
+: >0
(?s): allow . to function as EVERY character