Re: [FYI] Intersection and Removal of Character Class

2003-06-15 Thread SADAHIRO Tomoyuki
On Sat, 14 Jun 2003 22:05:24 +0900 SADAHIRO Tomoyuki <[EMAIL PROTECTED]> wrote: > I write a module that parses a character class > including grouping, intersection, union, and removal (subtraction), > according to Unicode Regular Expression (e.g. [A & B], [A-Z - XYZ]) > and converts it into a re

Re: [FYI] Intersection and Removal of Character Class

2003-06-14 Thread Jarkko Hietaniemi
Excellent! I added a mention of this module to the perlunicode pod. -- Jarkko Hietaniemi <[EMAIL PROTECTED]> http://www.iki.fi/jhi/ "There is this special biologist word we use for 'stable'. It is 'dead'." -- Jack Cohen

[FYI] Intersection and Removal of Character Class

2003-06-14 Thread SADAHIRO Tomoyuki
Hello. I write a module that parses a character class including grouping, intersection, union, and removal (subtraction), according to Unicode Regular Expression (e.g. [A & B], [A-Z - XYZ]) and converts it into a regular expression in Perl. For example, [A-Z & C-S & K-V] can be used as well as [