PostGresql Regex Extrair uma palavra da string

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