Re: Running a regular expression on an NSString
Re: Running a regular expression on an NSString
- Subject: Re: Running a regular expression on an NSString
- From: "Erik M. Buck" <email@hidden>
- Date: Fri, 4 Jan 2002 11:45:53 -0600
I like regular expressions, but I am sympathetic to the difficulty of
implementing them for Unicode and multiple character encoding. There are
regex extensions to NSString available. We should not find the lack of
built in regex support astounding in light of the multiple encoding issue.
If all you use is 7 bit ASCII encoding, there are many regex libraries
available for use including the Perl implementations.
----- Original Message -----