Guys,
Not gonna lie, I'm terrible at regex.
How would I be able to do this guys:
$string = '>Data 1-23</a>';
$string = '>Datkl3</a>';
$string = '>RA Ndom</a>';
And pull out the "Data 1-23" from inside the above string using regex? And if I have multiple ones of this, how would I be able to put all of the matched strings into an array?