AutoVoice Matching against a variable

Discussion in 'AutoApps' started by nzgeek, Aug 23, 2015.

  1. nzgeek

    nzgeek New Member

    Joined:
    Aug 23, 2015
    Messages:
    1
    Likes Received:
    0
    Hi,

    I am basically looking for a way to use a dictionary for autovoice in tasker to avoid having to define the same thing in a pile of different places. eg

    %YES=yes|yip|yup|ok|sure|k

    match (regex) %YES

    but this doesn't seem to work. Is there a better way to do this?
     
  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Try (yes)|(yip)|(yup)|(ok)|(sure)|(k)

    :)
     

Share This Page