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

378 B

How to do text replacement using sed formatting

Example Video

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