#!/bin/csh -f
#!/bin/csh -fxv
if ( $1 =~ [xyz]*b ) then
	echo "Was an xyz..b string"
else
	echo "Was NOT an xyz..b string"
endif
