regular expression using a variable

hello,
I use AIX with ISM PILOT, I want to match something with a varible like this :

$variable = 10 #this variable is the number of the job

"$variable STARTED" # the pattern

how can use this variable to match it with the word STARTED

Tanks