This, naturally, breaks the regular expression that I am trying to provide in this particular value.
I get the same result if I wrap the values in single-quotes.
If I wrap the values in double quotes, it's a YAML syntax error (unless I escape the slashes myself, in which case, the end result is still the same).
Is there a way I can provide a blackslash to yedit without it being escaped for me?
Given this YAML passed to yedit:
I end up with the following result:
This, naturally, breaks the regular expression that I am trying to provide in this particular value.
I get the same result if I wrap the values in single-quotes. If I wrap the values in double quotes, it's a YAML syntax error (unless I escape the slashes myself, in which case, the end result is still the same).
Is there a way I can provide a blackslash to yedit without it being escaped for me?