Regexp Tag Library

The Regexp custom tag library contains tags which can be used to perform Perl syntax regular expressions.

These tags implement the 3 most common Perl5 operations involving regular expressions:

  • [m]/pattern/[i][m][s][x]
  • s/pattern/replacement/[g][i][m][o][s][x]
  • and split()

As with Perl, any non-alphanumeric character can be used in lieu of the slashes.

News

Date News
12/1/2002 Version 1.0.1 Released
04/14/2002 Version 1.0 Released
07/22/2001 Version 1.0 Beta 1 Released

Download

Download a binary distribution of the Regexp Tag Library