
unknownSym
stranger
Feb 12, 2002, 11:00 AM
Views: 80122
|
Re: [RedRum] Phone Number Input Fix Golf
|
|
|
I believe this will work: s/\D*//;s/(\d{3})(\d{3})/\($1\) $2-/;print; 43 chars. Nevermind. I forgot about the length requirement.
(This post was edited by unknownSym on Feb 12, 2002, 11:01 AM)
|