Re: Regex Clarification and trouble (General questions)
Grant,
your prompts are not using regular expressions at all. You can try using them without regex: prefix.
Regular expressions can be used to detect much more complicated prompts that are not static, which I believe is not the case in your side. If you decide to use regular expressions, you can check out Wikipedia about its syntax: http://en.wikipedia.org/wiki/Regular_expression
Kind regards,
Kreso