Posts: 1,000
Threads: 253
Joined: Feb 2008
This would be so RAD!!! Please, Please, give me this gift!
Macro
sel_case_regex
sel _s 4;;regular expression
,case "[\w]*_[\d]{1,2}"
,out "TOTALLY SWEET"
,case "[\w]*_$"
,out "NO NUMBERS"
,case else
,out "TOTALLY WRONG"
,