Re: Regular expression. How to disable ALL meta-character

Поиск
Список
Период
Сортировка
От David Gagnon
Тема Re: Regular expression. How to disable ALL meta-character
Дата
Msg-id 426699F1.9020008@siunik.com
обсуждение исходный текст
Ответ на Re: Regular expression. How to disable ALL  (Scott Marlowe <smarlowe@g2switchworks.com>)
Ответы Re: Regular expression. How to disable
Список pgsql-general
Hi Scott,


>I would generally scrub the input before it go to postgresql.  Basically
>do a simple string_replace type function that replaces anything that
>ISN'T alphanum with nothing.
>
>
>
If I change the original string the user may not get what he expects as
result.  abc[d]  is not the samething than abcd...  am I right?

Thanks for your help
/David

В списке pgsql-general по дате отправления:

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Regular expression. How to disable ALL
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Regular expression. How to disable