Re: [Bioc-devel] C library or C package API for regular expressions

2016-01-23 Thread Charles Determan
Hi Jiri, I believe you can use the BH package. It contains most of the Boost headers. Regards, Charles On Saturday, January 23, 2016, Jiří Hon wrote: > Dear package developers, > > I would like to ask you for advice. Please, what is the most seamless > way to use regular expressions in C/C++ c

[Bioc-devel] C library or C package API for regular expressions

2016-01-23 Thread Jiří Hon
Dear package developers, I would like to ask you for advice. Please, what is the most seamless way to use regular expressions in C/C++ code of R/Bioconductor package? Is it allowed to bundle some C/C++ library for that (like PCRE or Boost.Regex)? Or is there existing C API of some package I can d