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

ICU vs PCRE vs TRE languages #470

Open
hadley opened this issue Jan 3, 2022 · 1 comment
Open

ICU vs PCRE vs TRE languages #470

hadley opened this issue Jan 3, 2022 · 1 comment

Comments

@hadley
Copy link

hadley commented Jan 3, 2022

It would be useful to have a vignette or similar that summarises the precise differences between the three engines that you're likely to encounter in R. I think most of the differences arise either with character classes (e.g. exactly what does \w or [[:alpha:]] match) or with very advanced features built on top of (?...).

@KyleHaynes
Copy link

My go to reference for PCRE vs TRE: https://stackoverflow.com/a/47251004/2449656

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants