Removing words in a string
Posted: Wed Jun 30, 2010 7:19 am
Hi
I want to remove words that end with : within a string.
For example if I write "test: 1234" it will remove "test:" and only echo " 1234"
Can anyone help me with this?
Thanks in advance
I want to remove words that end with : within a string.
For example if I write "test: 1234" it will remove "test:" and only echo " 1234"
Can anyone help me with this?
Thanks in advance