-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Replace Oniguruma #1145
Copy link
Copy link
Open
Description
Currently we use Oniguruma for expr because it has support for the GNU regex syntax. Ideally, we should be using something like Rust regex, but AFAICT this involves either converting the input string to make it conform to the correct syntax or forking regex-syntax so it supports GNU regexes.
Reactions are currently unavailable