Example of what Im trying to do:
Code: Select all
set FindThis "[A-Z][a-z]+_[0-9][0-9]"
regexp $FindThis $text
Any help would be greatly appriceated.
droolin
Code: Select all
set FindThis "[A-Z][a-z]+_[0-9][0-9]"
regexp $FindThis $text
Code: Select all
set FindThis {[A-Z][a-z]+_[0-9][0-9]}
regexp $FindThis $text
Code: Select all
{\(Killed \Dabigun}