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
Backslash escapes are not allowed.
The ] character can be included in a bracket expression if it is the first (after the ^, if present) character: []abc], [^]abc].
According to https://en.wikipedia.org/wiki/Regular_expression
Bracket expression:
Backslash escapes are not allowed.
The
]character can be included in a bracket expression if it is the first (after the^, if present) character:[]abc],[^]abc].