Home : General : Perl Programming :

General: Perl Programming: Re: [Watts] Simple pattern match: Edit Log

Here is the list of edits for this post
Re: [Watts] Simple pattern match
I don't understand why using == doesn't suffice. It does exactly what you said you need, with the extra inherent work on your part.

That said,
0*
will match 0 or more zeros. Likewise,
0{0,5}
will match between 0 and 5 zeros.

Last edited by:

mkp: Nov 19, 2006, 3:58 AM

Edit Log: