Skip to content

Commit

Permalink
backport of commit aceafc8 (#17892)
Browse files Browse the repository at this point in the history
This pull request was automerged via backport-assistant
  • Loading branch information
hc-github-team-nomad-core authored Jul 11, 2023
1 parent d313c2b commit 32744ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ hello everybody
> regex_replace("hello world", "w.*d", "everybody")
hello everybody
> regex_replace("-ab-axxb-", "a(x*)b", "$1W)
> regex_replace("-ab-axxb-", "a(x*)b", "$1W")
---
> regex_replace("-ab-axxb-", "a(x*)b", "${1}W")
Expand Down

0 comments on commit 32744ef

Please sign in to comment.