Join Discord
Powered by
Anyone know how to generate an apostrophe in a str...
# 🌎general
q
quick-sunset-51605
07/07/2023, 12:55 AM
Anyone know how to generate an apostrophe in a string? It seems apostrophes are used to delineate a string, but i want to output one (like You're)
e
early-train-33247
07/07/2023, 1:57 AM
Hey
@quick-sunset-51605
Botpress stores string as "string", so you could add a apostrophe in the resulting string would be
"string\'something"
early-train-33247
07/07/2023, 1:57 AM
But it wouldn't be displayed like this
q
quick-sunset-51605
07/07/2023, 1:58 AM
Yep that was the fix. Thanks!
e
early-train-33247
07/08/2023, 12:39 AM
Anytime!
Previous
Next