_std/text.dm 
| /proc/isVowel | Returns true if the given string has a vowel |
|---|---|
| /var/is_blank_string_regex | Returns 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_emoji | Generates a random Unicode emoji that will look ok in the chat |
| /proc/md5_to_more_pronouncable | Takes a hash generated by md5() and turns it into a string of alternating consonants and vowels |
| /proc/strip_prefix | Removes a given prefix from a string. |
| /proc/newline_html_encode | Returns a string with all HTML special characters encoded and newlines replaced with |
| /proc/newline_html_decode | Returns a string with all HTML special characters decoded and replaced with newlines |
| stripTextMacros | Removes 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