The String.split methods can be very convenient for easily splitting a provided String based on a provided regular expression String. The only trick is figuring out a regular expression token to use ...
To transform data into a usable format, we can use TEXTSPLIT. TEXTSPLIT has six arguments, but only two are required. Let’s focus on those two. The first argument is “Text,” which is the text string ...