Convert a string to Title Case where the first letter of each word is capitalized.
Strip any script tags which were included within a provided string.
Transform any string into an url-viable slug string
Optional arguments which customize how the slugify operation is performed
The slugified input string
Capitalize a string, transforming it's first character to a capital letter.