02-02-2023 03:24 PM
Hi All. In CVP Call Studio, when you get a Data Session or Element value, is there a way to extract a portion of that value? Say you get "011-45 ABCD EFG" and I just want to get the non-numerical value ("ABCD EFG") to use for other things like TTS playback. I know how to do it in ICM but trying to keep this within the VXML app. TIA
Solved! Go to Solution.
02-03-2023 06:57 AM
The JS option is going to be the easiest specially if you don't need a regex. Something like:
result = localVar.substring(6, 14);
david
02-03-2023 04:57 AM
There are typically two approaches.
02-03-2023 06:57 AM
The JS option is going to be the easiest specially if you don't need a regex. Something like:
result = localVar.substring(6, 14);
david
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: