Re: regular expression matching question (matching 'bla/bla')

"Daniel F. Savarese" <[email protected]> Thu, 29 Jan 2009 20:44:17 -0500
Newsgroups gmane.comp.jakarta.oro.user
Message-ID <[email protected]>
In message <[email protected]>, aldana writes:
>i need to match a pattern like bla/bla (i.e. the bla is repeated after the
>slash).

Using ORO's Perl5 classes, the following will suffice: (bla)/$1