The criteria is a string that must be found in the name
of a table entry in order for it to be displayed. The string can
contain the percent sign (%), asterisk (*), or question mark (?)
symbols as wildcard characters. For example, on the Resource Adapters
page, you can enter *JMS* as the filter criteria
for the Name column to find any resource adapter whose name contains
the string JMS.
Prefix each of the following
characters that appear as part of the string with a backslash (\)
so that the regular expression engine performing the search correctly
matches the search criteria:
( ) ^ * % { } \ + & .
For example, if you want to search for all Java DataBase (JDBC)
providers containing
(XA) in the provider name, specify
the following string in the Search term(s) field:
*\(XA\)*