what is wrong with this expr line

It keeps giving me expr syntax error.

expr "${etherline
[*]}" : �.*no match found� 2>&1 >/dev/null

Thanks in advance.

try putting it in double quote..

expr "${etherline[*]}" : ".*no match found" 2>&1 >/dev/null