I’m confused by the documentation on how to use match.
I want it to match in the control script when I get input with the words you, your or yourself.
So I have this line in ~control:
if (match(” [you your yourself]”)) { ^repeat() [ok] Talk about yourself not me. }
and everything else in an else block.
But in the trace I can see that match is failing when i type “you”.
So what am I doing wrong?