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

Method find_last_of

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

@brief Find the last occurrence of a character from a @p `set`. */

Source from the content-addressed store, hash-verified

3268
3269 /** @brief Find the last occurrence of a character from a @p `set`. */
3270 size_type find_last_of(byteset set) const noexcept { return view().find_last_of(set); }
3271
3272 /** @brief Find the last occurrence of a character outside a @p `set`. */
3273 size_type find_last_not_of(byteset set) const noexcept { return view().find_last_not_of(set); }

Callers 5

test_unit_globalsFunction · 0.45
operator()Method · 0.45
test_searchFunction · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by 3

test_unit_globalsFunction · 0.36
test_searchFunction · 0.36