Regular Expression

pgb

Member
Hi - I need to use the Find Database Objects to locate objects with any of a number of strings (which I can do) but exclude another range of strings e.g. one of the strings I need to find is index_1 but I don't want xy_index_1.
 
Wouldn't the "Whole words only" option cover this? If not, you may indeed need to use a regular expression, which depends on the exact requirements.
 
Back
Top