Right now, all I know to use is:
find / -name string.*
that is case sensitive and it won\'t find files named:
1string.x STR
Use the -iname option instead of -name.
-iname
-name