Exact regex implementation isn't specified in the documentation #9876
Answered
by
colinwm
mkimi-lightricks
asked this question in
Code Search and Navigation
-
The documentations about regex doesn't specify the exact regex implementation (dialect or feature set if you want). |
Beta Was this translation helpful? Give feedback.
Answered by
colinwm
Jan 11, 2022
Replies: 1 comment 1 reply
-
The regex engine is based on this one: https://docs.rs/regex/latest/regex/ |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mkimi-lightricks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The regex engine is based on this one: https://docs.rs/regex/latest/regex/