diff --git a/sed-text-replacement.md b/sed-text-replacement.md new file mode 100644 index 0000000..ccdf7da --- /dev/null +++ b/sed-text-replacement.md @@ -0,0 +1,10 @@ +# 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