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
For example, I have this regex that works in Flex:
+|-|*|/|%|**|//|mod|÷
In flex the Backslash (for some reason this symbol is not showing once the issue is published) preceeding a character with a special meaning in a regex, makes said symbol literal. For example, in the regex above I literally mean a sequence of two asteriks ("**"). How can I do this here?
The text was updated successfully, but these errors were encountered:
For example, I have this regex that works in Flex:
+|-|*|/|%|**|//|mod|÷
In flex the Backslash (for some reason this symbol is not showing once the issue is published) preceeding a character with a special meaning in a regex, makes said symbol literal. For example, in the regex above I literally mean a sequence of two asteriks ("**"). How can I do this here?
The text was updated successfully, but these errors were encountered: