kumo.string.split_whitespace(STRING)
Since: Version 2024.09.02-c5476b89
The functionality described in this section requires version 2024.09.02-c5476b89 of KumoMTA, or a more recent version.
Splits STRING
by whitespace, as defined by the Unicode Derived Core Property White_Space
.
If you only want to split on ASCII whitespace, use split_ascii_whitespace instead, as it is cheaper.