You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ji...@codehaus.org on 2003/07/28 02:49:19 UTC

[jira] Assigned: (JELLY-49) Regexp Tag Library

Message:

   The following issue has been re-assigned.

   Assignee: peter royal (mailto:osi@pobox.com)
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-49


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-49
    Summary: Regexp Tag Library
       Type: New Feature

     Status: Assigned
   Priority: Major

 Time Spent: Unknown
  Remaining: 0 minutes

    Project: jelly
 Components: 
             tags

   Assignee: peter royal
   Reporter: Aslak Hellesoy

    Created: Mon, 5 May 2003 5:48 AM
    Updated: Sun, 27 Jul 2003 7:47 PM

Description:
This tag library wrap's the ORO regexp engine. It provides two tags that can be used as follows:

<regexp:match
  var="foo" 
  text="ID1234" 
  expr="[A-Z][A-Z][0-9]{4}"/>

<regexp:contains
  var="bar" 
  text="Hello World" 
  expr="World"/>

The code is not written by me, but by Christian Amor Kvalheim, so give the cred to him (he was too sloppy to submit this himself).


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org