From: Eric B. <er...@go...> - 2008-06-29 21:12:20
|
Eric Bezault wrote: > However, in addition to Colin's remark about case-insensitivity, I also > noticed that character classes (e.g. "[a-z]") will not work if they > contain characters with code greater then 255. I forgot to mention that the routine `optimize' builds its own character set for internal purposes. This means that this routine might corrupt the behavior of the regular expression if it contains characters with code greater than 255. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |