P pgb Member Jun 30, 2008 #1 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.
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.
Marco Kalter Administrator Staff member Jul 1, 2008 #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.
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.