Forum Discussion
Anonymous
7 years agoNot applicable
How to remove special character from string
How can i separate the special character such as ",{,} from string
- Anonymous7 years ago
Column = SUBSTITUTE(SUBSTITUTE(feedback[key_phrases - Copy],"{",""),"}","")
works well to seperate '{' and '}'
Anonymous
7 years agoNot applicable
Column = SUBSTITUTE(SUBSTITUTE(feedback[key_phrases - Copy],"{",""),"}","")
works well to seperate '{' and '}'