dexter wrote:If the Search tab is in "Local" mode, the RE should work
If the Search tab is in "Internet" mode, that uses boolean searches. The problem with your search string is that the "." is removed to create keywords in the indexer. So you'd have to do a direct string match (which takes longer) to find what you are looking for. To do this, enter the string in quotes as "u.f.o." with nothing else in the line. The parser is fairly simple and does not support mixing phrase searches and boolean searches. I just tried it myself and got 392 matches but it took about 30 seconds to process.
This was for an Internet search. Thank you dexter, this solution worked!