how to split up a string
Posted: Tue Mar 07, 2006 10:22 am
Okay I have a whole bunch of different strings in an array. The strings are basically like this
<td class="gSGRowEven">
09/02/1983</td>
I need to pull out the information that is bolded.
How can I do this? I looked into preg matching, but I am not 100% sure how to do this.
<td class="gSGRowEven">
09/02/1983</td>
I need to pull out the information that is bolded.
How can I do this? I looked into preg matching, but I am not 100% sure how to do this.