preg_match()
Posted: Wed Nov 09, 2005 10:36 am
Hello...
I am trying to figure out preg_match() and can't seem to find a good tutorial on it...
Question:
If I have:
I am trying to break this string into (3) parts using preg_match()... (or, anything that will work... =P)
Thank you for your help...
...
I am trying to figure out preg_match() and can't seem to find a good tutorial on it...
Question:
If I have:
Code: Select all
$string = "In front of <br> In back of";Thank you for your help...
...