I am new and would like to know how can I find in the field using a wild cards, such as * or ?. (In other program, * is equivalent to any characters or number in any numbers and ? is equivalent to any char or number for 1 character.)
For example, I would like to find string in field Filenames ending with -en.doc or docx under any subfolder name. My command is shown below but I believe, it is not correct.
Code: Select all
find string "/*/*-en.doc?" in field "Filenames"
What would be the right command?
Thank you.