mc84usa
#1
Hi all I could use some help on a script much like the following post found HERE
However, I need to be able to extract the phone number “310-555-1234” or just “3105551234” either option will work whatever is easier from this text:
tel:+1-310-555-1234
I greatly appreciate the help!
ulrich
#2
Is this string always the same? If so, removing just the first four chars would work, or?
uiuser
#3
{
"Command": "sourceExtract",
"Target": "regex=tel:\\+([A-Za-z0-9]+(-[A-Za-z0-9]+)+)",
"Value": "Phone",
"Description": ""
}