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
Thank you for this useful regex utility in solidity. Is negative lookahead and optional not supported yet?
e.g. solregex --name TestRegex '(?!00)[0-9]{2}' or solregex --name TestRegex '[0-9]\-?[0-9]'
For reference: http://www.regular-expressions.info/lookaround.html
The text was updated successfully, but these errors were encountered:
Thank you for this useful regex utility in solidity. Is negative lookahead and optional not supported yet?
e.g.
solregex --name TestRegex '(?!00)[0-9]{2}'
orsolregex --name TestRegex '[0-9]\-?[0-9]'
For reference: http://www.regular-expressions.info/lookaround.html
The text was updated successfully, but these errors were encountered: