SubstBot/sed |
Use regex replace in chats
What can do this bot?Perform substitutions/text replacements in chat with the sed syntax, as in s/source/target, with regex support.
The bot uses the Python 3 're'-module, which is nearly PCRE, but may have some slight differences. (Namely, you can do multiple replacements in a single message by separating multiple s// syntaxes with the semicolon sign ; that has to be escaped with ; for other purposes)
Developer: @mutex