Content deleted Content added
mNo edit summary |
m fix typo $string -> $string1 |
||
Line 84:
<pre>
$string1 = "Hello World\n";
if ($
print "There is an 'e' followed by zero to many";
print "'l' followed by 'o' (eo, elo, ello, elllo)\n";
|