Module str

Module str 

Source
Expand description

str Predicate factories

This module contains predicates specific to string handling.

Functionsยง

contains
Creates a new Predicate that ensures a str contains pattern
ends_with
Creates a new Predicate that ensures a str ends with pattern
is_empty
Creates a new Predicate that ensures a str is empty
starts_with
Creates a new Predicate that ensures a str starts with pattern