Phone number transformation. Separate prefix in brackets.
Posted
by kalininew
on Stack Overflow
See other posts from Stack Overflow
or by kalininew
Published on 2010-04-14T08:35:24Z
Indexed on
2010/04/14
8:43 UTC
Read the original article
Hit count: 400
There is an element: <phone>(987) 123-45-67</phone>
.
It is necessary to transform it in: <span><small>(987)</small> 123-45-67</span>
.
How it can be made?
© Stack Overflow or respective owner