byond - Modules - Types

code/__HELPERS/text.dm

/proc/replace_non_alphanumeric_plusHelper for only alphanumeric characters plus common punctuation, spaces, underscore and hyphen _ -.
/proc/capitalize_first_lettersFinds the first letter of each word in the provided string and capitalize them
/proc/string_starts_withCheck if the string haystack begins with the string needle.