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