Enter a string to match against a DataPower file name.


This is ultimately a regular expression, but can be entered in a simple form such as:


     MyTransform.xsl

Advanced regular expressions can be provided, such as:


     \.xslt?

To find all xslt files even whether their name ends with "xsl" or "xslt".


Search strings are not case insensitive.