Regular expression examples: Difference between revisions

Content deleted Content added
Split RE examples off from main Perl article
 
No edit summary
Line 47:
print "There are one or more consecutive l's in $string1\n";
}
<B>Output:</B>
There are one or more consecutive l's in Hello World
 
</pre></td>
</tr>