kinetic Resources logo  
  MOREnet logo
kinetic Home | kinetic Manager | E-mail Services | Web Site Management | USENET News | Modem Pools
 Home >  Web Site Management >  Java Application Server >  JavaServer Pages >  JSP Tag Libraries >  RegExp JSP Tag Library
     
JSP Tag Libraries  
     
  Installing and Using
JSP Tag Libraries
 
     
  Tag Libraries  
  Application  
  DateTime  
  JSP Standard (JSTL)  
  Mailer  
  Page  
  Random  
  RegExp  
  Request  
  Response  
  Scrape  
  Session  
     

View the printer friendly version of this document

RegExp JSP Tag Library

Revised: February 05, 2003

Important: The Java application server and MySQL database are not included as part of the kinetic Service annual fee. These technologies are available on an as-requested basis for an additional fee. Contact David Drum at david@more.net or (800) 509-6673 for additional information.

Overview (from the Jakarta taglib documentation)

This tag library contains tags which can be used to perform Perl syntax regular expressions. These tags implement three common Perl5 operations, including:

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

Download

RegExp is an open-source JSP tag library that is available from the Jakarta Project.