mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-09-05 12:27:34 -05:00
768 B
768 B
title, date, lastmod, toc, comments, authors, categories, tags, resources
title | date | lastmod | toc | comments | authors | categories | tags | resources | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Text substitution in Discord using `sed` | 2021-03-25T18:48:15-05:00 | 2021-10-19T14:02:08-05:00 | false | true |
|
|
|
|
Discord has (very primitive) support for text replacement using sed
syntax.
Tutorial
If you send a message using sed
substitution format (s/old text/new text
),
Discord will execute it on the message you've last sent.
Caveats
- Regex is not supported
- Global substitution is not supported
This post was adapted from gitea:bbaovanc/discord-tricks