Get regular expression
- From: "Mike" <msgrinnell@xxxxxxxxxxx>
- Date: 20 Jun 2006 15:04:17 -0700
I have a regular expression (^(.+)(?=\s*).*\1 ) that results in
matches. I would like to get what the actual regular expression is.
In other words, when I apply ^(.+)(?=\s*).*\1 to " HEART (CONDUCTION
DEFECT) 37.33/2 HEART (CONDUCTION DEFECT) WITH
CATHETER 37.34/2 " the expression is "HEART (CONDUCTION DEFECT)". How
do I gain access to the expression (not the matches) at runtime?
Thanks,
Mike
.
- Follow-Ups:
- Re: Get regular expression
- From: chornbe
- Re: Get regular expression
- From: Xicheng Jia
- Re: Get regular expression
- Prev by Date: Re: Infrared class incoming/outgoing
- Next by Date: collection class performance seems SLOOOWWWWWW
- Previous by thread: Re: Infrared class incoming/outgoing
- Next by thread: Re: Get regular expression
- Index(es):
Relevant Pages
|