remove_all_brackets: Removes all brackets
Description
Takes a string as input and removes everything between square and round
brackets. The function wraps around remove_square_brackets
and
remove_round_brackets
. To avoid problems, we first remove
square brackets.
Usage
remove_all_brackets(string)
Value
A string without brackets
Arguments
- string
A character string