/tg/ Station 13 - Modules - Types

maplestation_modules/code/__HELPERS/text_helpers.dm

/proc/TextPreview-- Text helpers. -- Provides a preview of [string] up to [len - 3], after which it appends "..." if it pasts the length.
/proc/remove_all_tagsRemoves all tags in a string of text. May result in some formatting errors, floating whitespace. Not perfect.
/proc/scramble_textScramble a string up. intensity = number of times we recursively call ourselves to scramble.