Extracting Last Two Words of a text field
In my calls app, I have a text field with the words "New Voicemail From (123) 456-7891"
I would like to use automation to pull out just the phone number.
I've had success pulling out the last 7 digits minus area code using.........
Get the last word from a Text field:substr( Text-Field , strrpos( Text-Field , " " ))
How can I pull out the whole number though? thanks!
Please sign in to leave a comment.
Comments
1 comment