AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
WHY ISN'T THIS WORKING!??????? AAAAAAAAAAA
PHP Code:
<pre>
<?php
$string = "Hello Hella Haellowwweennn World";
preg_match("/(\w+)?ell(\w+)?/", $string, $matches);
print_r($matches);
?>
</pre>
I just want it to echo
Hello
Hella
Haellowwweennn
how hard could that be?
help pls!