At 20:19 11/11/2003, Jerome Etienne wrote:
i need to do regular expression parsing in puredata under linux. i looked to externals available on the internet but failed to find one. did i miss it ? should i write it myself using the regexp of glibc ?
Use the Python object, invoke the 're' module, perhaps see:
http://www.amk.ca/python/howto/regex/
and
http://www.python.org/doc/current/lib/re-syntax.html
d