Hey all,

I'm trying to incorporate PCRE-compliant regular expressions into C
code in an R package.

>From digging around in R's source code, it appears that R (pretty
much?) guarantees the presence of either a system-level PCRE library,
or an R-internal one.[0] Is this exposed (or grabbable) via the R C
API in any way?

Thanks!

Best,
Oliver

https://github.com/wch/r-source/blob/e5b21d0397c607883ff25cca379687b86933d730/src/main/grep.c#L75-L79

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to