likeIgnoreCase
Lon Varscsak <[email protected]>
| Newsgroups | gmane.comp.java.cayenne.user |
|---|---|
| Message-ID | <CALAw18xqNvNdntfMxr=fKdY+Eqn7oTcE2_sD2ALOcCoyPM9+Fg@mail.gmail.com> |
Hey all, trying to use likeIgnoreCase on an in-memory list and it appears not to work if there is a new line in the text. The Pattern would need Pattern.DOTALL as a flat to work properly. Would you consider this a bug? -Lon