2009/9/21 Brendan Jurd <[email protected]>: > > # SELECT regexp_replace('34,50', E'[\\d.]', '', 'g')::numeric; > 3450 >
Sorry, that regex ought to have read E'[^\\d.]'. -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
