I was able to split the number into an array
used something like
1 Variable St name %num to %CNUM
2. Variable Search Replace Variable %num Search [0-9] store matches In %numarray
This helps me google tts speak out number instead of billions and millions. However I want to display the number as
+1-800-800-8000
Any idea how can i use regex, I have 1?\W*([2-9][0-8][0-9])\W*([2-9][0-9]{2})\W*([0-9]{4}) as expression.
Thanks
Abhinav Khandka