Module str

Source
Expand description

Predicates based on strings.

Re-exports§

pub use core::Ascii;
pub use core::Contains;
pub use core::ContainsChar;
pub use core::EndsWith;
pub use core::EndsWithChar;
pub use core::StartsWith;
pub use core::StartsWithChar;
pub use core::Trimmed;
pub use core::TrimmedEnd;
pub use core::TrimmedStart;
pub use core::Matches;regex

Modules§

bytes
Predicates based on bytes of strings.
chars
Predicates based on characters of strings.
core
Core functionality.