I have a variable which I need to strip the first two characters off but only if the first two characters are rt. Eg.
Before: rtcdef.php
After: cdef.php
But: abcde.php
Doesn't become: cde.php
I have been looking at writing a function to do this, but is there a simpler way?
Many thanks.
Jamie 🙂