in reply to Re: Regex condition
in thread Regex condition

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: Regex condition
by andyford (Curate) on Oct 24, 2007 at 12:35 UTC

    nit: any number of -> one or more

    non-Perl: Andy Ford

Re^3: Regex condition
by roboticus (Chancellor) on Oct 24, 2007 at 13:20 UTC
    Win:

    You are absolutely correct. I need to get my eyes checked, as I didn't notice you were using a character class.

    In any case, you'll still want to follow the advice of the other monks and consider using split.

    ...roboticus