reword 6.3.0

Provides utility functions for human readable formatting of words and sentences.
Documentation

reword

Travis Crates.io Docs

Provides utility functions for human readable formatting of words and sentences.

let s = "(Even),Olsson&Rogstadkjærnet?";
assert_eq!(reword::name(s), "Even Olsson Rogstadkjærnet");
assert_eq!(reword::name_with_limit(s, 4), "EOR");
assert_eq!(reword::username_with_limit(s, 12), "evenor");

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.