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

Method find_all

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

@brief Find all potentially @b overlapping occurrences of a given string. */

Source from the content-addressed store, hash-verified

2546
2547 /** @brief Find all potentially @b overlapping occurrences of a given string. */
2548 find_all_type find_all(string_view needle, include_overlaps_type = {}) const noexcept { return {*this, needle}; }
2549
2550 /** @brief Find all potentially @b overlapping occurrences of a given string in @b reverse order. */
2551 rfind_all_type rfind_all(string_view needle, include_overlaps_type = {}) const noexcept { return {*this, needle}; }

Callers 1

test_searchFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_searchFunction · 0.64