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
this REGEX literal is not highlited.
NOTE!
after the closing /, regex may have chars: ismx (lowercase).
The following trailing characters can be used:
i, letters in the pattern match both upper- and lowercase letters
m, the "start of line" and "end of line" constructs match immediately following or immediately before any newline in the string, respectively, as well as at the very start and end.
s, a dot metacharater . in the pattern matches all characters, including newlines. Without it, newlines are excluded.
x, whitespace data characters in the pattern are totally ignored except when escaped or inside a character class.
The text was updated successfully, but these errors were encountered:
Alexey-T
changed the title
RegEx string rule is bad
syntax: RegEx literal rule is bad
Sep 18, 2021
this REGEX literal is not highlited.
NOTE!
after the closing /, regex may have chars: ismx (lowercase).
The text was updated successfully, but these errors were encountered: