I've been trying for a while now, but never really understood Regex. How can I split this string so I get the age of the domain? Thanks.
<a target=_blank title='View how the website looked at this Age' href=website-history.php?archiveCreationTime=2013050316413&domain=domain.net>0 years 9 months old</a>
btw, the code is part of a html source.
Sorry, might be a noob question. But I've never got the time to learn Regex. And I tried with explode, but I coulden't make it get the age.