10-08-2007 05:20 PM
10-08-2007 05:34 PM
10-08-2007 06:13 PM
10-08-2007 06:33 PM
10-09-2007 05:10 AM
10-09-2007 06:38 AM
Although you cant do regular expressions there are a few things you can do.
1. Use a regular expression parsing engine which returns an enum (the name of a lexical class) and pass the enum to the case structure.
2. Use multiple strings in a case "a', "b", "c" will handle a or b or c
3. use string ranges. a* is the same as "a"... "a~". I use the tilda because it is a very high ascii value ascii character and will cover all printable ascii characters.
Be careful when you attempt this because it is very easy for strings to slip through your parser and execute the incorrect case if you dont do your regexps right.
Paul
10-09-2007 08:51 AM
It has, as this has come up before. Still, it wouldn't hurt to provide an additional request (link to suggestion center provided in thread I mentioned). The more people ask for something, the more likely it is to be implemented, if it's not too difficult to do.
i'm using 7.1.1... still it'd be nice if they did just go ahead and support it in the selector label.
has it been suggested?