Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Negative lookahead or optional not supported #1

Open
tirthb opened this issue Nov 13, 2017 · 2 comments
Open

Negative lookahead or optional not supported #1

tirthb opened this issue Nov 13, 2017 · 2 comments

Comments

@tirthb
Copy link

tirthb commented Nov 13, 2017

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

@tirthb
Copy link
Author

tirthb commented Nov 13, 2017

Just noticed your readme, saying it is not supported.

@tirthb tirthb closed this as completed Nov 13, 2017
@gnidan
Copy link
Owner

gnidan commented Nov 13, 2017

Oh, this could stay open. It's something I'd like to support with this project!

@gnidan gnidan reopened this Nov 13, 2017
@tirthb tirthb changed the title Negative lookahead not supported Negative lookahead or optional not supported Nov 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants