twisted.words.protocols.irc.stripFormatting(text)
function documentationtwisted.words.protocols.irc
View Source
Remove all formatting codes from text
, leaving only the
text.
Parameters | text | Formatted text to parse. (type: str ) |
Returns | Plain text without any control sequences. (type: str ) | |
Present Since | 13.1 |