url escape?
#1357
Replies: 1 comment
-
Only way I can think of is to use a regular expression replacement: https://mikefarah.gitbook.io/yq/operators/string-operators#substitute-replace-string-with-regex |
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
-
hello,
is there any alternative in yq to this thing in jq? the goal is to escape special symbols from a password
MYPASS=`echo -n "$ORIGPASS" | jq -sRr @uri`
Beta Was this translation helpful? Give feedback.
All reactions