carlx
Registered Member
- Dec 28, 2008
- 95
- 88
I have always hated regex and i just cant seem to get a working expression to grab the information i want! Help would be greatly appreciated!
The HTML code i am trying to grab:
I want to grab the date "25 Mar 12" and not have any whitespace with it. ... multiline regex just doesnt seem to like me at all and i have been playing with it for an hour now!
If you can help me out, that would be awesome! ... also anybody have a "idiots guide to regex" that they could direct me to, i need to learn it.... but i hate it so much!
The HTML code i am trying to grab:
Code:
<p>Ending:
25 Mar 12
</p>
I want to grab the date "25 Mar 12" and not have any whitespace with it. ... multiline regex just doesnt seem to like me at all and i have been playing with it for an hour now!
If you can help me out, that would be awesome! ... also anybody have a "idiots guide to regex" that they could direct me to, i need to learn it.... but i hate it so much!
Last edited: