dehydrated icon indicating copy to clipboard operation
dehydrated copied to clipboard

Replace all escaped slashes in json strings

Open AlexanderS opened this issue 3 years ago • 0 comments

${var/pattern/string} will only replace the first occurence. We should use ${var//pattern/string} to replace all escaped slashes.

AlexanderS avatar Feb 04 '22 19:02 AlexanderS