Replies: 1 comment
-
Hi @Nic-Ma, "rand_password": "Dfw%$#\${*(d##@E}@*^fs" See the documentation on escaped characters in interpolation strings. |
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.
-
Is your feature request related to a problem? Please describe.
Thanks for the great project, very interesting and creative.
I see you can support interpolation with
${XXX}
syntax, is there a way to avoid errors if a regular string occasionally contains the syntax? For example:"rand_password": "Dfw%$#${*(d##@E}@*^fs"
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions