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
At this time, a RegExp must be in format "/..../" because only strings are being processed. This is OK to start but doesn't allow for RegEx options in format /..../zzz. It will help to support that format, for example for 'i' case insensitivity and 'g' global search/replace for multiple substrings.
The text was updated successfully, but these errors were encountered:
At this time, a RegExp must be in format
"/..../"
because only strings are being processed. This is OK to start but doesn't allow for RegEx options in format/..../zzz
. It will help to support that format, for example for 'i' case insensitivity and 'g' global search/replace for multiple substrings.The text was updated successfully, but these errors were encountered: