Escaping braces help #199
elminster3k
started this conversation in
Script help
Replies: 1 comment
-
I was able to find the answer on a cached page from the old forums. This worked for me:
Seems I needed to add an extra backspace. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a variable of a message I am trying to pass to a discord webhook. If the message every has a curly brace in it, it dies trying to send. I seem to be able to strip out unwanted characters, but cant do this with curly braces for some reason. I have tried:
#replace variable {\{}{};
as well as:
#replace variable {\x7B}{};
Just can't seem to get them to go away.
Beta Was this translation helpful? Give feedback.
All reactions