Translate

This commit is contained in:
BBaoVanC 2021-10-12 16:24:03 -05:00
parent c24cdee46c
commit e3fed39188
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
---
title: Substitución de texto en Discord con `sed`
date: 2021-03-25T18:48:15-05:00
toc: false
comments: true
authors:
- bbaovanc
tags:
- tutorial
- discord
- discord-tricks
resources:
- name: feature
src: example.mov
title: Video ejemplo
---
Discord permite usar sintaxis `sed` para reemplazar texto.
<!--more-->
## Tutorial
Si envias un mensaje con el formato de `sed` (`s/texto viejo/texto nuevo`),
Discord ejecutará en el último mensaje que enviaste.
## Advertencía
- No permite regex
- No puede reemplazar globamente
*Esto entrada de blog fue adaptado de [gitea:bbaovanc/discord-tricks][1]*
[1]: https://git.bbaovanc.com/bbaovanc/discord-tricks