Re: String lengths and pattern matching
"Daniel F. Savarese" <[email protected]> Tue, 09 Apr 2002 13:13:52 -0400
| Newsgroups | gmane.comp.jakarta.oro.user |
|---|---|
| Message-ID | <[email protected]> |
In message <[email protected]>, "John Masters" writes: >I'm wondering if my expressions are wrong, or if this new larger string = >with no line ends is effecting the way pattern matching is done. It's impossible to tell without sample code and input that reproduces the problem. It is more than likely an issue with the expression (perhaps multiline vs. single line mode issues). However, if you look at the latest CHANGES file http://cvs.apache.org/viewcvs/~checkout~/jakarta-oro /CHANGES?content-type=text/plain there were some problems with [[:upper:]] and [[:punct:]] that were fixed in 2.0.5 which may or may not be biting you. daniel