Skip to content

Commit 40359f7

Browse files
committed
docs: Emphasize the $$ rather than $ in config file.
1 parent 70e61fc commit 40359f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/cue/reference/remap/functions/replace.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ remap: functions: replace: {
6262
return: "Pineapples and Bananas"
6363
},
6464
{
65-
title: "Replace with capture groups"
65+
title: "Replace with capture groups (NOTE: Use `$$num` in config files)"
6666
source: #"""
6767
replace("foo123bar", r'foo(?P<num>\d+)bar', "$num")
6868
"""#

0 commit comments

Comments
 (0)