not really, the recommended way of handling things like this is to store
your content in the database in reverse, so the string reverse would be
stored as esrever.
Then you would query like this select * from tablename where
contains(*,'9841*')

Signature
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
> I want to search for a substring that is contained in one of the indexed
> words.
[quoted text clipped - 5 lines]
>
> Thanks