docs: fix typo in regex_replace.mdx (#17891)
This commit is contained in:
parent
0455389534
commit
9f0f897077
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue