I am using Search>Find in files.
I am trying to find all files that contain any of my specified text strings.
Example: (Text1 or Text 2 or Text 3 or Text4)
I tried using a regular expression but could only get it to work for 2 text strings at a time.
Example using UltraEdit Syntax): ^{Text1^}^{Text2^}
Example using Unix Syntax): (Text1|Text2)
I need help building an expression that will let me find files that contain any of a list of text strings.
I am trying to find all files that contain any of my specified text strings.
Example: (Text1 or Text 2 or Text 3 or Text4)
I tried using a regular expression but could only get it to work for 2 text strings at a time.
Example using UltraEdit Syntax): ^{Text1^}^{Text2^}
Example using Unix Syntax): (Text1|Text2)
I need help building an expression that will let me find files that contain any of a list of text strings.