#case-insensitive #case-folding #caseless #starts-with #ends-with

no-std starts-ends-with-caseless

This crate provides the StartsWithCaseless trait and the EndsWithCaseless trait to extend types which implement AsRef<str> in order to do starts_with and ends_with case-insensitively

16 releases

0.6.4 Jul 18, 2020
0.5.4 Jun 27, 2020
0.5.3 Sep 17, 2019
0.5.1 Jul 29, 2019

#25 in #case-insensitive

25 downloads per month

MIT license

15KB
247 lines

Starts/Ends With Caseless

Build Status

This crate was deprecated, use str-utils instead.

Crates.io

https://crates.io/crates/starts-ends-with-caseless

Documentation

https://docs.rs/starts-ends-with-caseless

License

MIT

Dependencies