Hello!
strRem function removes from string a character from some group. I would like to remove not single character, but few of them in specific order. Eg. removing "cba" from "abccbaxyz" should return "abcxyz", instead of xyz.
How to perform it?
*This post is locked for comments
I have the same question (0)