[q-lang-users] PCRE (was: Suggestions on how to debug?)
Brought to you by:
agraef
From: John C. <co...@cc...> - 2006-12-20 04:07:20
|
Andrew Berg scripsit: > Also, would you be receptive to the idea of switching to PCRE for your > regular expression library? I know that it is yet another dependancy, > but it is maintained, and quite a bit more powerful than the regular > GNU one. I strongly urge this also. Perl-compatible regular expressions are pretty standard these days, and as for being a dependency, it's easy to package PCRE (which has a BSD license) with Q -- you'd want to do that under Windows anyhow. There is good UTF-8 support, and both native and Posix-compatible APIs are available. See http://www.pcre.org for more details. -- How they ever reached any conclusion at all <co...@cc...> is starkly unknowable to the human mind. http://www.ccil.org/~cowan --"Backstage Lensman", Randall Garrett |