Re: [despammed] How to search for a subString - Mailing list pgsql-interfaces

From Bruno Wolff III
Subject Re: [despammed] How to search for a subString
Date
Msg-id 20050207143555.GA28894@wolff.to
Whole thread Raw
In response to Re: [despammed] How to search for a subString  (Frank Finner <postgresql@finner.de>)
List pgsql-interfaces
On Sun, Feb 06, 2005 at 16:03:48 +0100, Frank Finner <postgresql@finner.de> wrote:
> Do REs automatically ignore case? Otherwise it is clear that ~ 'the
> fast' cannot find 'The fast and the furious'. The search
> expressions should be all uppercased or lowercased then.

No they don't. I missed that when following up to the previous suggestion.
You need to use the ~* operator instead of ~ to get case insensitive
regular expressions.


pgsql-interfaces by date:

Previous
From: "Darko Prenosil"
Date:
Subject: Re: How to search for a subString
Next
From: Chad Robinson
Date:
Subject: Problem with asynchronous connect in 8.0.1