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.094dev (2025-07-10 15:41:47 GIT hash eafa42ae743de61b62f958948d7abb5fada7756f 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.