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

Function rfind_all

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

Source from the content-addressed store, hash-verified

1369 */
1370template <typename string_type_>
1371range_rmatches<string_type_, matcher_rfind<string_type_, include_overlaps_type>> rfind_all(
1372 string_type_ const &h, string_type_ const &n, include_overlaps_type = {}) noexcept {
1373 return {h, n};
1374}
1375
1376/**
1377 * @brief Find all @b non-overlapping inclusions of a needle substring.

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…