Skip to content

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

find_first_not_of

Finds first character not in needle

Signature

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

Specifiers

  • const

See Also

Back to slice<Char, Traits>