AutoVoice How to get only specific numeric value from Autovoice ?

Discussion in 'AutoApps' started by Arts, Nov 22, 2015.

  1. Arts

    Arts New Member

    Joined:
    Nov 22, 2015
    Messages:
    2
    Likes Received:
    0
    Hi
    I tried to get only numeric value (1,2,3,4,5) from Autovoice. Looks other value are fine except when I speak "1". It keep return me "One" in text. I look at the possible command return from google voice and it show
    one
    1
    It look first command return into %avword1 is text. Is there any way I can get the %avword1 from second command ? Or is there any simpler way I can detect number only. Please advice.
     
  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Yes :) Use the regex option then in the command filter use

    Code (Text):
    [0-9]+
    Hope this helps!
     
  3. Arts

    Arts New Member

    Joined:
    Nov 22, 2015
    Messages:
    2
    Likes Received:
    0
    Thank you. That's works !!!
     

Share This Page