Module remove_delete

Source

Functionsยง

delete_white_space
Removes all whitespace characters from the given string.
remove
Removes all occurrences of the specified substring from the given string.
remove_ignore_case
Removes all occurrences of the specified substring from the given string, ignoring case.