Hello,
I tried to use regex to search through
blablablablahttp://www.myspace.com/username
by using
preg_match('~http://www\.myspace\.com/.+"~',$string,$match);
The tilde or lack of was tripping me up... am I even close?
I was just trying to extract the username at the end, before it was marked off by a double quote ("). I tried adapting this answer from a previous forum post but it doesn't seem to be working. Any help would be appreciated.
Thanks,
L