powered by
Split strings at -pairs.
split_at_brace_pairs(s, open_symbol = "{", close_symbol = "}")
array or list of split strings.
string or list of strings to split.
symbol to start marking.
symbol to end marking.
split_at_brace_pairs("{x} + y + {z}")
Run the code above in your browser using DataLab