L2/08-114
Source: Mark Davis
Subject: Recommended Regex Changes
Date: 2008-02-08
Please add this to the doc registry and agenda:
We've done some work recently on accepted practices in regex implementations, and have become aware that we should update the notation in UTS #18.Operator |
Name |
|| |
union (normally suppressed) |
&& |
intersection |
-- |
set difference (removal) |
~~ |
symmetric difference |