train_case_with_nums_as_word

Function train_case_with_nums_as_word 

Source
pub fn train_case_with_nums_as_word(input: &str) -> String
👎Deprecated since 0.4.0: Should use train_case_with_options instead
Expand description

Converts the input string to train case.

It treats the beginning and the end of a sequence of non-alphabetical characters as a word boundary.