File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -1645,11 +1645,14 @@ pattern, which may be summarized as follows:
1645
1645
1646
1646
Syntax | Description
1647
1647
===============+===========================================================
1648
- C « $variable » | Interpolates stringified contents of variable literally.
1649
- C « $(code) » | Runs Perl 6 code inside the regex, and interpolates the
1648
+ $variable | Interpolates stringified contents of variable literally.
1649
+ ---------------------------------------------------------------------------
1650
+ $(code) | Runs Perl 6 code inside the regex, and interpolates the
1650
1651
| stringified return value literally.
1651
- C « <$variable> » | Interpolates stringified contents of variable as a regex.
1652
- C « <{code}> » | Runs Perl 6 code inside the regex, and interpolates the
1652
+ ---------------------------------------------------------------------------
1653
+ <$variable> | Interpolates stringified contents of variable as a regex.
1654
+ ---------------------------------------------------------------------------
1655
+ <{code}> | Runs Perl 6 code inside the regex, and interpolates the
1653
1656
| stringified return value as a regex.
1654
1657
1655
1658
= end table
You can’t perform that action at this time.
0 commit comments