thanks! the above worked perfectly.
however, i now have to adapt this to remove anything between "<" and " " and everything within "<" and " "
i modified the above to:
but when i ran it, it is cutting out too much. i guess because there is a "space" between the text strings, and it's spliting it?
for example:
<randomstring testing number 444 <randomstring user number 8394 <!code… activated account
with my adapted code it becomes:
testing444randomstringnumberactivated
but what i want is:
testing number 444 user number 8394 activated account
effectively removing anything between "<" and "space":
any ideas? thanks in advance!
Bookmarks