PostgreSQL Regex mengekstrak kata dari string

SELECT substring('(416) 555-1212' from '\d{4}');
Obedient Osprey