Home
Jakarta Taglibs
JCP Standardized Tag Libraries
Standard-1.0: JSTL 1.0 (1.2)
Standard-1.1: JSTL 1.1 (2.0)
Supported Tag Libaries
Application (1.1)
Benchmark (1.1)
BSF (1.1)
Cache (1.2)
DateTime (1.1)
DBTags (1.1)
I18N (1.1)
Input (1.1)
IO (1.1)
JMS (1.1)
JNDI (1.1)
Log (1.1)
Mailer (1.1)
Page (1.1)
Random (1.1)
RDC - Reusable Dialog Components (2.0)
Regexp (1.1)
Request (1.1)
Response (1.1)
Scrape (1.1)
Session (1.1)
String (1.1)
XTags (1.1)
Tool Extensions
UltraDev 4.0
Sandbox
Image (1.1)
Iterators (1.2)
Unstandard (1.2)
Data Grid (1.2)
Mailer 2 (2.0)
Deprecated Tag Libraries
Utility (1.1)
XSL (1.1)
Jakarta Community
Get Involved
Mailing Lists
CVS Repositories
Reference Library
Bug Database
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
12/1/2002 Version 1.0.1 Released
04/14/2002 Version 1.0 Released
07/22/2001 Version 1.0 Beta 1 Released
Documentation

For more information about the Regexp Tag Library, look at the on-line documentation:


For information on how to use the distributions, look at the following documentation:


Download

Download a binary distribution of the Regexp Tag Library


The following distributions are also available for download:


Contributors

List of contributors:

  • Glenn Nielsen

Copyright © 2000-2004 The Apache Software Foundation