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

Method splitlines

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

@brief Split around the occurrences of all newline characters. */

Source from the content-addressed store, hash-verified

2582
2583 /** @brief Split around the occurrences of all newline characters. */
2584 split_chars_type splitlines() const noexcept { return split(newlines_set()); }
2585
2586#pragma endregion
2587

Callers 3

test_unit_splitFunction · 0.80
test_unit_strs_sequenceFunction · 0.80

Calls 2

splitFunction · 0.85
newlines_setFunction · 0.85

Tested by 3

test_unit_splitFunction · 0.64
test_unit_strs_sequenceFunction · 0.64