byond - Modules - Types

code/__HELPERS/text.dm

/proc/replace_non_alphanumeric_plus Helper for only alphanumeric characters plus common punctuation, spaces, underscore and hyphen _ -.
/proc/capitalize_first_letters Finds the first letter of each word in the provided string and capitalize them
/proc/string_starts_with Check if the string haystack begins with the string needle.