Despite using PHP for years, I’ve never really learnt how to use expressions to truncate strings properly… which is now biting me in the backside!
Can anyone provide me with some help truncating this? I need to chop out the text portion from the url, turning
<a href="link.html">text</a>
into
<a href="link.html"></a>
1 Answer