regexp_matches for digit - Mailing list pgsql-general

From Ramesh T
Subject regexp_matches for digit
Date
Msg-id CAK8Zd=u-kJ3LaAJOy5Ac2tt8Hq_JzXEi5Mfn_e_sa0qymgRXUg@mail.gmail.com
Whole thread Raw
Responses Re: regexp_matches for digit  (Jimit Amin <jimitamin9@gmail.com>)
Re: regexp_matches for digit  (Andy Colson <andy@squeakycode.net>)
Re: regexp_matches for digit  (Chris Mair <chris@1006.org>)
Re: regexp_matches for digit  (Steve Crawford <scrawford@pinpointresearch.com>)
List pgsql-general
Hi,
          in oracle regexp_like(entered date,'[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}','i')

for postgres i have regexp_matches ,But i need how to match [:digit:] in postgres when we pass date..?
any help

pgsql-general by date:

Previous
From: David Steele
Date:
Subject: Re: Backup Method
Next
From: Jimit Amin
Date:
Subject: Re: regexp_matches for digit