Re: likeIgnoreCase
Michael Gentry <[email protected]>
| Newsgroups | gmane.comp.java.cayenne.user |
|---|---|
| Message-ID | <CAOy5kzPd+sM-jHFpC9KJhNYJ4Y2xKi5RZz5prTUNn7woF=WkFg@mail.gmail.com> |
Hi Lon, What does your pattern look like? Did you try adding a "?s" to your expression? On Wed, Apr 15, 2020 at 11:05 PM Lon Varscsak <[email protected]> wrote: > 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 >