We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e61fc commit 40359f7Copy full SHA for 40359f7
website/cue/reference/remap/functions/replace.cue
@@ -62,7 +62,7 @@ remap: functions: replace: {
62
return: "Pineapples and Bananas"
63
},
64
{
65
- title: "Replace with capture groups"
+ title: "Replace with capture groups (NOTE: Use `$$num` in config files)"
66
source: #"""
67
replace("foo123bar", r'foo(?P<num>\d+)bar', "$num")
68
"""#
0 commit comments