| От | David Bitner |
|---|---|
| Тема | regular expression searches |
| Дата | |
| Msg-id | JLEBJEFBOADDHAIFJNPEEELJCCAA.bitner@macnoise.com обсуждение |
| Ответы |
Re: regular expression searches
|
| Список | pgsql-general |
I am trying to create a PL/PGSQL function that can parse a street address into the component parts (i.e. "200 W 54th Street" into num->200 dir->W street->54th type->ST). What I would like is to be able to use regular expressions within PL/PGSQL to accomplish this using mapping tables for the different components. For example, I would have a table with all the different acceptible road types: Abbreviation | Regex __________________________________ RD | R(OA)?D AV | AVE?(NUE)? ST | STR?(EET)? and replace everything that matches the regex with the abbreviation while saving the road type as a variable. Any help would be appreciated. Thanks, David
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера