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

Function split

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

Source from the content-addressed store, hash-verified

1439 */
1440template <typename string_type_>
1441range_splits<string_type_, matcher_find<string_type_, exclude_overlaps_type>> split(string_type_ const &h,
1442 string_type_ const &n) noexcept {
1443 return {h, n};
1444}
1445
1446/**
1447 * @brief Splits a string around every @b non-overlapping inclusion of the second string in @b reverse order.

Callers 1

splitlinesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…