mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
add [^]
This commit is contained in:
parent
79828d1f10
commit
289dcfb492
1 changed files with 4 additions and 0 deletions
|
@ -351,6 +351,10 @@ 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}>
|
||||
|
||||
will expand to one rule to match ab, one rule to match cd
|
||||
|
|
Loading…
Add table
Reference in a new issue