regular expression question
От | Joel Rodrigues |
---|---|
Тема | regular expression question |
Дата | |
Msg-id | FDED57B4-96BB-11D7-89E7-0005024EF27F@Phreaker.net обсуждение исходный текст |
Ответы |
Re: regular expression question
Re: regular expression question Re: regular expression question Re: regular expression question Re: regular expression question |
Список | pgsql-general |
<fixed><fontfamily><param>Andale Mono</param>Hi, I'm trying to write a check on a column restricting the data to numerals from 0-9, commas, dashes '-' and single spaces. To allow the entry of something like "134-140, 310-312". I seem to have got everything but the single spaces. '^[0-9|,-]{0,10}$' Hope you can help ! Cheers, Joel</fontfamily></fixed> Hi, I'm trying to write a check on a column restricting the data to numerals from 0-9, commas, dashes '-' and single spaces. To allow the entry of something like "134-140, 310-312". I seem to have got everything but the single spaces. '^[0-9|,-]{0,10}$' Hope you can help ! Cheers, Joel
В списке pgsql-general по дате отправления: