Splits this string at codepoints where p is true and returns the result as a list of strings. In case multiple, neighboring codepoints in the string are evaluated to be true by p, this does not cause empty strings to be added to the result list, rather this case is being treated as being one big separator.
list of strings. In case multiple, neighboring codepoints in the string are
evaluated to be true by p, this does not cause empty strings to be added to
the result list, rather this case is being treated as being one big separator.