This commit is contained in:
Jamie Strandboge 2010-12-20 12:50:53 -06:00
parent 79828d1f10
commit 289dcfb492

View file

@ -351,6 +351,10 @@ will substitute for the single character a, b, or c
will substitute for the single character a, b, or c will substitute for the single character a, b, or c
=item B<[^a-c]>
will substitute for any single character not matching a, b or c
=item B<{ab,cd}> =item B<{ab,cd}>
will expand to one rule to match ab, one rule to match cd will expand to one rule to match ab, one rule to match cd