csh if loop variable condition check peroblem

Hi,

I have variables like

var1
var2
var3
var4

in

if loop i am trying to check the condition

if(variable == "var[1-4]") then
echo $variable 
endif

My main doubt is how to compare the var variable, which is having digit at the end.

Thanks in advance
vasanth