A1ien51
12-30-2002, 06:49 PM
okay I have the following expression
if(XX.value.match(/\A1\b/g))
that works fine and dandy, but I need to change A1 to a variable.
I know the following line is not right, but it shows you what I need done
" /\ " + STRING + "\b/g"
TY
A1ien51
if(XX.value.match(/\A1\b/g))
that works fine and dandy, but I need to change A1 to a variable.
I know the following line is not right, but it shows you what I need done
" /\ " + STRING + "\b/g"
TY
A1ien51