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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
