Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
sel case with regex
#1
This would be so RAD!!! Please, Please, give me this gift!

Macro sel_case_regex
Code:
Copy      Help
sel _s 4;;regular expression
,case "[\w]*_[\d]{1,2}"
,out "TOTALLY SWEET"
,case "[\w]*_$"
,out "NO NUMBERS"
,case else
,out "TOTALLY WRONG"
,


Forum Jump:


Users browsing this thread: 1 Guest(s)