We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following regex won't compile as regex crate doesn't support look-around.
If possible, can we rewrite them in such a way that they don't use look-around??
Update them in src/data/regex.json
src/data/regex.json
PS: You can run following command in repo if you want to see exact syntax error of regex ( or just use regex crate to compile them one by one )
cargo test validate_regex_examples -- --show-output
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following regex won't compile as regex crate doesn't support look-around.
If possible, can we rewrite them in such a way that they don't use look-around??
Update them in
src/data/regex.json
PS: You can run following command in repo if you want to see exact syntax error of regex ( or just use regex crate to compile them one by one )
cargo test validate_regex_examples -- --show-output
The text was updated successfully, but these errors were encountered: