How to do this search

Hello guys,

This might be really easy but I just can not figure out how to do this.

I am trying to search for the same character in a folder of filenames. The folder has like 4000 files.. All the filename are different and ALL filenames include a "^" character.. However, I want to find the files that have the ^ character twice in the filename

Example: Office 2010 Tutorial Document ^ Finished ^ITS2001231.doc

How do I search for 2 ^'s

Search for ^^*

:slight_smile:THKS