powered by
umx_explode(delimiter = character(), string)
umx_rot
umx_trim
umx_explode("", "dog") # "d" "o" "g" umx_explode(" ", "cats and dogs") # [1] "cats" "and" "dogs"
Run the code above in your browser using DataLab