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

Function find_all

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

Source from the content-addressed store, hash-verified

1359 */
1360template <typename string_type_>
1361range_matches<string_type_, matcher_find<string_type_, include_overlaps_type>> find_all(
1362 string_type_ const &h, string_type_ const &n, include_overlaps_type = {}) noexcept {
1363 return {h, n};
1364}
1365
1366/**
1367 * @brief Find all potentially @b overlapping inclusions of a needle substring in @b reverse order.

Callers 1

test_searchFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_searchFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…