On 7/22/05, Andrew McIntyre <[EMAIL PROTECTED]> wrote:
>
> Perl5Util p5u = new Perl5Util();
> Perl5Util.matches("my(reg|ex)", "myinputstring");

hah.

that would be:

p5u.matches("my(reg|ex)", "myinputstring");

X-)  

TGIF,
andrew

Reply via email to