StringUtils.deleteAny

Delete any character in a given {@code string}. @param inString the original {@code string} @param charsToDelete a set of characters to delete. E.g. "az\n" will delete 'a's, 'z's and new lines. @return the resulting {@code string}

class StringUtils
static
string
deleteAny
(
string inString
,)

Meta