Skip to content

std::String::slice<Char, Traits>::find_last_not_of

find_last_not_of

Finds last character not in needle

Signature

find_last_not_of(self, needle: slice&) -> usize?

Specifiers

  • const

See Also

Back to slice<Char, Traits>