Re: [q-lang-users] regex
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2007-07-02 20:49:42
|
ed...@ri... wrote: > I cannot find in the manual and GNU Regex manual how to do a nongreedy match. > Does anybody know how to do this? IIRC, POSIX regex doesn't support these. Depending on the expression at hand, it might be possible to work around that limitation. Oh well, it looks like we really need a libpcre interface. Shouldn't be a big deal with SWIG. Any volunteers? Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |