PDA

View Full Version : pattern matching library


Nic Volanschi
04-27-2009, 11:02 PM
Hi,

I wrote a free (LGPL) script providing pattern matching of data structures (not only of text, for which regexps are just fine), either in a JSON (extended) notation, or in user-defined notations of your own.

The script, called myPatterns/JS and its documentation are at:

http://mypatterns.free.fr/

I hope people will find this useful for their own scripts.
Enjoy,
Nic.