This repository has been archived on 2022-05-10. You can view files and clone it, but cannot push or open issues or pull requests.
discord-tricks/sed-text-replacement.md

11 lines
378 B
Markdown

# How to do text replacement using sed formatting
[Example Video](https://media.bbaovanc.com/discord-tricks/discord-sed-text-replacement.mov)
If you send a message in sed substitution formatting (e.g. `s/old text/new text`), Discord will substitute text on the message you sent last.
Please keep in mind:
* Regex is not supported
* Global substitution (/g) is not supported