[PD-dev] regular expression in pd

David Casal d.casal at uea.ac.uk
Wed Nov 12 12:21:55 CET 2003


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 





More information about the Pd-dev mailing list