AutoNotification Trouble intercepting certain random notifications

Discussion in 'AutoApps' started by Dubs, Feb 28, 2018.

  1. Dubs

    Dubs Member

    Joined:
    Nov 3, 2017
    Messages:
    30
    Likes Received:
    0
    I'm trying to intercept specific notifications from 'The Q' trivia game show. They notify about shows 30 minutes, and 5 minutes before their shows begin. The shows have random times, and usually have different text inside each notification, making it impossible to nail down the 5 minute notifications that I only care about.

    They frequently use terms like "live" and "join now" in the text line to describe the 5 minute ones, and I've attempted to use wildcards like *live* to intercept but am not sure how to use multiple wildcards in the same line, and I'm unfamiliar with regex.

    Sent from my SM-N900T using Tapatalk
     
  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    You can match multiple keywords by using a filter like

    Code (Text):
    (live)|(join now)
    and enabling regex :) Hope this helps.
     
  3. Dubs

    Dubs Member

    Joined:
    Nov 3, 2017
    Messages:
    30
    Likes Received:
    0
    Thanks for your help! :D

    Sent from my SM-N900T using Tapatalk
     
: regex

Share This Page