E
Eidolon
I have a regular expression essentially like the following:
(myPattern)(;myPattern)*
Is there a way to store the regexp in myPattern and then refer to it again
later by a short name?
the actual expression of myPattern is a bit long, and i was hoping i might
be able to get around having to have the same exact pattern repeated the
second time if its possible.
Thanks in advance,
- Eidolon
(myPattern)(;myPattern)*
Is there a way to store the regexp in myPattern and then refer to it again
later by a short name?
the actual expression of myPattern is a bit long, and i was hoping i might
be able to get around having to have the same exact pattern repeated the
second time if its possible.
Thanks in advance,
- Eidolon