find the correct regular expression to use

i want to use a regular expression on autopsy to find all entries of (private bank or privates-banks, or privatebank*) i have used this syntax

(index.dat | privatebank*) so is it the correct syntax

thank you

That doesn’t look right, but I also think discord might be doing some formatting you didn’t intend. I suggest using something like RegexPlanet: online regular expression testing for Java to build your regex, then test using a logical file set: Autopsy User Documentation: Data Sources

Make a folder on your system, put in some files and rename them to be what you want to match, ingest that folder using the logical files option, and then try running your regex.

ok i have understood , thank you very much