H
HM
I would like to parse a FAX_NUMBER field which looks like this:
(800)555-1234
and rearrange the string to look like this:
"555-1212", "800"
I'm trying to pass the FAX_NUMBER field in one step to a module which will
then use the specially formatted data. Any thoughts?
(800)555-1234
and rearrange the string to look like this:
"555-1212", "800"
I'm trying to pass the FAX_NUMBER field in one step to a module which will
then use the specially formatted data. Any thoughts?