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.
0.095dev (2025-10-09 18:01:25 GIT hash 4826e516431c193e428991dd546a46472973d8d4 built by fridi@fzen)
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.