iOS Question Delete a word in string

Ramezanpour

Active Member
Licensed User
Longtime User
Hi all,

I want to delete a word in string. for example:

my string is : "b4xramezanpour"

dim a as string

a = "b4xramezanpour"


Now I want to delete b4x in that string and put "ramezanpour" in a
 
Top