# Functions
Abbreviation applies upper casing to known acronyms, initialisms and abbreviations.
Amp formats the special ampersand (&) character in the string to be usable with a URL path in use by the group.
Cell returns a copy of s with custom formatting for storage in a database cell.
Connect formats common connecting word as the w string based on its position in a words slice.
Fix formats the w string based on its position in the words slice.
Format returns a copy of s with custom formatting.
Hyphen applies [fix.Fix] to hyphenated words.
PreSuffix formats the w string if a known prefix or suffix is found.
Sequence formats the w string if it is the first word in the words slice.
StripChars removes all the incompatible characters that cannot be used for releaser URL paths.
StripStart removes the non-alphanumeric characters from the start of the string.
TrimDot removes a trailing dot from s.
TrimSP removes duplicate spaces from the string.
TrimThe drops "The " prefix whenever the named string ends with " BBS" or " FTP".