Space Station 13 - Modules - Types

code/__HELPERS/text.dm

/proc/sanitize_for_icsanitize() with a pre-set list of characters to remove from IC speech.
/proc/trim_lengthReturns a string that does not exceed max_length characters in size
/proc/strip_html_tagsStrips HTML tags (and only tags) from the input. The result may still include HTML entities, like ' for '
/proc/client2rankcolourProc to generate a "rank colour" from a client
/proc/format_si_suffixFormats num with an SI prefix.
/proc/wiki_linkCreates a hyperlink for a specified wiki article.