I want a trigger to activate on
Bob tells you *
but not
** Bob tells you *
Of course, it won't always be Bob, so I replace his name with *, which leaves me with
** * tells you *.
Converting it to a regular expression, I now have:
^\*\** tells you *$
But I can't get it to work like that, and yes the 'regular expression' box is checked.
Bob tells you *
but not
** Bob tells you *
Of course, it won't always be Bob, so I replace his name with *, which leaves me with
** * tells you *.
Converting it to a regular expression, I now have:
^\*\** tells you *$
But I can't get it to work like that, and yes the 'regular expression' box is checked.