Ver original<?php $texto = "(95)84958443";preg_match('#\(([0-9]+)\)([0-9]+)#',$texto,$matches);$cod = $matches[1];$tel = $matches[2];