Goonstation 13 - Modules - TypesDefine Details

_std/text.dm

/proc/isVowelReturns true if the given string has a vowel
/var/is_blank_string_regexReturns true if given string is just space characters The explicitly defined entries are various blank unicode characters that don't get included as white space by \s
/proc/random_emojiGenerates a random Unicode emoji that will look ok in the chat
/proc/md5_to_more_pronouncableTakes a hash generated by md5() and turns it into a string of alternating consonants and vowels
/proc/strip_prefixRemoves a given prefix from a string.
/proc/newline_html_encodeReturns a string with all HTML special characters encoded and newlines replaced with
/proc/newline_html_decodeReturns a string with all HTML special characters decoded and
replaced with newlines
stripTextMacrosRemoves the special data inserted via use of \improper etc in strings

Define Details

stripTextMacros

Removes the special data inserted via use of \improper etc in strings