4
Answers

Remove a string in string

Photo of toanhoi bui

toanhoi bui

14y
13.6k
1
Hi everybody,I have a string text="-52-53-54-55-57-58-".I want to remove string "-53" to new string is "-52-54-55-57-58-".I used a function text.Remove(4,3).But error.Can you help me?

Answers (4)