Hi guys,
I have this code:
if ($regex($did(3).text,\A\s*\z)) { beep 1 | halt }
Which does not allow only spaces to be accepted within an edit box.
I needed to add one more condition. That does not accept spaces or just the / character on the left or both, and that only accepts: /command.
Can anyone help me?