--- Wagner-David <[EMAIL PROTECTED]> wrote: > $count = @matches = /$pattern/g; If you don't want to save the hits, try: $count = () = /$pattern/g; __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/
- RE: How do I determine number of matches in a regex? Wagner-David
- RE: How do I determine number of matches in a rege... Paul
- RE: How do I determine number of matches in a ... iansmith
- RE: How do I determine number of matches i... Brett W. McCoy
- RE: How do I determine number of match... iansmith
- RE: How do I determine number of ... Brett W. McCoy
- Re: How do I determine number... Michael Fowler
- RE: How do I determine nu... Paul Burkett
- Re: How do I determine number of match... Michael Fowler
- Re: How do I determine number of matches i... Randal L. Schwartz
- Re: How do I determine number of match... iansmith
- Re: How do I determine number of ... Brett W. McCoy