* etc/NEWS: More complete description of rx 'not' changes.
This commit is contained in:
parent
d373647e8f
commit
a38bebb0c1
1 changed files with 4 additions and 1 deletions
5
etc/NEWS
5
etc/NEWS
|
@ -2323,7 +2323,10 @@ With 'or' and 'not', it can be used to compose character-matching
|
|||
expressions from simpler parts.
|
||||
|
||||
+++
|
||||
*** 'not' argument can now be a character or single-char string.
|
||||
*** 'not' now accepts more argument types.
|
||||
The argument can now also be a character, a single-character string,
|
||||
an 'intersection' form, or an 'or' form whose arguments each match a
|
||||
single character.
|
||||
|
||||
+++
|
||||
*** Nested 'or' forms of strings guarantee a longest match.
|
||||
|
|
Loading…
Add table
Reference in a new issue