I have a variable, RADIOShowProfanity. I'm trying to set another variable if RADIOShowProfanity contains "n/a", "n / a", or "none". How do I make that work?
Creating an IF action and trying Variable contains (?i)\b(n\s*/\s*a|none)\b isn't working for me.
(P.S. I didn't post the macro because the below is the entire macro so far.)