|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Answer: How can a regex match every occurence of a string? |
| ( #29603=categorized answer: print w/ replies, xml ) | Need Help?? |
|
Q&A > regular expressions > How can a regex match every occurence of a string? contributed by agoth
use /g; as your modifier.
|
|
||||||||||||||||||