capitalize 0.2.0

Change first character to upper case and the rest to lower case, and other common alternatives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Jesus Hernandez <jesushdez@protonmail.com>", "Bartek Winter <bartekwinter3@gmail.com>"]
categories = ["text-processing"]
description = "Change first character to upper case and the rest to lower case, and other common alternatives"
edition = "2021"
exclude = [".idea/", ".vscode/", ".github/", "tests/"]
keywords = ["capitalize", "string", "case", "change", "title"]
license = "Unlicense"
name = "capitalize"
readme = "README.md"
repository = "https://github.com/jhg/capitalize-rs"
version = "0.2.0"