We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7713048 commit 78bcffcCopy full SHA for 78bcffc
S05-regex.pod
@@ -1746,6 +1746,15 @@ any C<-> that would be misparsed as an identifier extender.
1746
1747
=item *
1748
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
1758
Unicode properties are indicated by use of pair notation in place of a normal
1759
rule name:
1760
0 commit comments