Tried
$ echo \"$STRING\" | egrep \"(\\*)\"
and also
$ echo \"$STRING\" | egrep \'(\\*)\'
and countless ot
echo "$STRING" | fgrep '*'
fgrep is used to match the special characters.
fgrep