Re: [despammed] How to search for a subString

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: [despammed] How to search for a subString
Дата
Msg-id 20050207143555.GA28894@wolff.to
обсуждение исходный текст
Ответ на Re: [despammed] How to search for a subString  (Frank Finner <postgresql@finner.de>)
Список 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 по дате отправления:

Предыдущее
От: "Darko Prenosil"
Дата:
Сообщение: Re: How to search for a subString
Следующее
От: Chad Robinson
Дата:
Сообщение: Problem with asynchronous connect in 8.0.1