Re: string matching specific number of times
- From: Tad McClellan <tadmc@xxxxxxxxxxxxxx>
- Date: Thu, 29 Sep 2005 10:14:52 -0500
tester <tester@xxxxxxxxxxx> wrote:
> if ($something =~ m/((.*)test(.*)){5}/){
> print "number of matches are 5, successful";
To be accurate, that should be:
print "number of matches is at least 5, successful";
--
Tad McClellan SGML consulting
tadmc@xxxxxxxxxxxxxx Perl programming
Fort Worth, Texas
.
- References:
- string matching specific number of times
- From: tester
- string matching specific number of times
- Prev by Date: Re: regex replace credit card numbers with *
- Next by Date: Re: regex replace credit card numbers with *
- Previous by thread: Re: string matching specific number of times
- Next by thread: Re: string matching specific number of times
- Index(es):
Relevant Pages
|
|