MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / utf8_split

Method utf8_split

include/stringzilla/stringzilla.hpp:4219–4219  ·  view source on GitHub ↗

* @brief Split the string by Unicode whitespace characters (UTF-8 aware). * @return A range of non-empty string slices split by whitespace. * * Splits on all 25 Unicode whitespace characters. Empty segments (consecutive whitespace) are skipped. */

Source from the content-addressed store, hash-verified

4217 * Splits on all 25 Unicode whitespace characters. Empty segments (consecutive whitespace) are skipped.
4218 */
4219 range_utf8_whitespace_splits<basic_string> utf8_split() const noexcept { return {*this}; }
4220
4221 /**
4222 * @brief Apply Unicode case folding to the string in-place.

Callers 2

let_assertFunction · 0.45

Calls

no outgoing calls

Tested by 1

let_assertFunction · 0.36