Re: [SQL] Regexp matching

2010-09-29 Thread Osvaldo Kussama
2010/9/28 Eduardas Kazakas : > Hello, I have some problems using character class matching (e.g. [:alpha:]). > > For example I have a table: > > CREATE TABLE re_test (text_column character varying (50) NOT NULL); > > Notice, that there are some specific characters. > > INSERT INTO re_test VALUES ('A

[SQL] Regexp matching

2010-09-29 Thread Eduardas Kazakas
Hello, I have some problems using character class matching (e.g. [:alpha:]). For example I have a table: CREATE TABLE re_test (text_column character varying (50) NOT NULL); Notice, that there are some specific characters. INSERT INTO re_test VALUES ('AŠDF'); INSERT INTO re_test VALUES ('AŠDF45'