Re: likeIgnoreCase
Lon Varscsak <[email protected]>
| Newsgroups | gmane.comp.java.cayenne.user |
|---|---|
| Message-ID | <CALAw18w8SR+2XQwVE0OzvTeZthM+rdLykBr8ipk2A=pBbNUpSQ@mail.gmail.com> |
It's simply %string%. I can try that. On Thu, Apr 16, 2020 at 7:21 AM Michael Gentry <[email protected]> wrote: > 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 > > >