Angus M Wood <[EMAIL PROTECTED]> wrote: > On Thu, 3 Jul 2003 13:24:31 +0100, David Tully <[EMAIL PROTECTED]> > wrote: > > HTH. > > Side issue: would it be worth adding regexp support to Kannel? It could > come in handy in the SMS service selection, this kind of weirdness, etc. > The PCRE library (www.pcre.org) library makes things quite straightforward. > Thoughts?
glibc already includes an regexp library. If you want to do this (and I would really appreciate some octstr_reg_match and octstr_reg_replace ;)) you should create an abstraction layer in gwlib/ and compile it against glibc or against others - for *bsd and solaris?. I don't have time to code it myself but I'm available for testing and fixing. [EMAIL PROTECTED]:~ $ wc -l ~/.bash_history 500 [EMAIL PROTECTED]:~ $ grep "perl -e" ~/.bash_history | wc -l 134 :)))))))))))))))))))))) > Cheers, > _Gus >
