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
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.jsonPS: 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