Hello all.
I am kinda lost when it comes to regular expressions. Can someone point me to a site that will help me accomplish the following:
I need to read a long string, and put all the matches of a string into an array for further use. I dont need any of the other content except the match.
The string I need to match in a HTML string is "&car_id=[0-9]&"
I just need to learn how to extract that entire variable, I can remove the &'s. 🙂
TIA.