mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 23:23:32 +01:00
[PR #866] [CLOSED] Replace all escaped slashes in json strings #948
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/866
Author: @AlexanderS
Created: 2/4/2022
Status: ❌ Closed
Base:
master← Head:fix-escaped-slashes📝 Commits (1)
292c5a1Replace all escaped slashes in json strings📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
dehydrated(+1 -1)📄 Description
${var/pattern/string}will only replace the first occurence. We shoulduse
${var//pattern/string}to replace all escaped slashes.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.