| От | Thomas G. Lockhart |
|---|---|
| Тема | Re: [HACKERS] regular expressions from hell |
| Дата | |
| Msg-id | 357193AE.B6C5F56C@alumni.caltech.edu обсуждение исходный текст |
| Ответ на | regular expressions from hell (Brett McCormick <brett@work.chicken.org>) |
| Ответы |
Re: [HACKERS] regular expressions from hell
|
| Список | pgsql-hackers |
> I've noticed there are no less then 10^10 regex implementations.
> Is there a standard? Does ANSI have a regexp standard, or is there
> a regex standard in the ANSI SQL spec? What do we use?
afaik the only regex in ANSI SQL is that implemented for the LIKE
operator. Pretty pathetic: uses "%" for match-all and "_" for match-any
and that's it. Ingres had a bit more, with bracketed character ranges
also. None as rich as what we already have in the backend of Postgres.
Don't know about any other ANSI standards for regex, but I don't know
that there isn't one either...
- Tom
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера