On Tue, Oct 28, 2008 at 10:42 AM, Vincas Dargis <vincas.d@xxxxxxxxx> wrote: > Hello everyone, > > I have problem with regexp_replace ( PostgreSQL 8.3.1). Please try this > crappy string replacement: > > select regexp_replace('abcd1235hgj!@#$^&^&*()[]-=', '[^0-9]*' ,'') > > ..and I get: > "1235hgj!@#$^&^&*()[]-=" > global flag: select regexp_replace('abcd1235hgj!@#$^&^&*()[]-=', '[^0-9]*' ,'', 'g'); merlin -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general