Expand description
Extra utilities for convert_case.
use convert_case::Casing;
use convert_case_extras::case;
assert_eq!(
"toggle_case_word".to_case(case::TOGGLE),
"tOGGLE cASE wORD",
)§Random Feature
The random feature contains case::RANDOM and case::PSEUDO_RANDOM.
Modules§
Structs§
- Case
Detector - A detector for determining which cases a string matches.
Functions§
- is_case
- Checks if a string matches the specified case.