Skip to content
Prev 8594 / 21312 Next

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

Dne 25.1.2016 v 23:34 Herv? Pag?s napsal(a):
Thank you Herv? for your tips. I'm aware of the limited power of regular 
expressions, but using matchPattern doesn't solves my problem. The 
reason for using regexp library at C level is that I plan to call it 
million times (on short DNA parts) and I suppose it would be better to 
avoid the calling and for-loop overhead. Therefore I wanted to get the 
idea about possible regex C APIs I can use or if its usually bundled.

Jirka