Module predicates::prelude::predicate::str
source · Expand description
str
Predicate factories
This module contains predicates specific to string handling.
Re-exports§
pub use crate::str::is_empty;
pub use crate::str::contains;
pub use crate::str::ends_with;
pub use crate::str::starts_with;