Skip to content

Commit 78bcffc

Browse files
committed
<?[]> and <![]> were undocumented
1 parent 7713048 commit 78bcffc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

S05-regex.pod

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,6 +1746,15 @@ any C<-> that would be misparsed as an identifier extender.
17461746

17471747
=item *
17481748

1749+
One can use character classes as assertions. The following two expressions
1750+
are equivalent and match a variable that does not start with a sigil assuming
1751+
that C<< <variable> >> can also match a sigil less variable.
1752+
1753+
<?[$@%&]> <variable>
1754+
<?before <[$@%&]> > <variable>
1755+
1756+
=item *
1757+
17491758
Unicode properties are indicated by use of pair notation in place of a normal
17501759
rule name:
17511760

0 commit comments

Comments
 (0)