in reply to Re: find text in string
in thread find text in string
for ($num=0; $num<=100; num++){ if (@text[$num] contains 'string'){ $cnt++; } } print "string was found on $cnt lines"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: find text in string
by sk (Curate) on Sep 13, 2005 at 03:45 UTC | |
|
Re^3: find text in string
by GrandFather (Saint) on Sep 13, 2005 at 03:43 UTC |