Products | Versions |
---|---|
TIBCO ActiveSpaces | - |
Not Applicable | - |
Query is a regular expression match.
http://regexlib.com/CheatSheet.aspx?AspxAutoDetectCookieSupport=1
^ indicates start of String
$ indicates end of String
For instance, if you want to starts with AIRLINES, then use the filter
like "^AIRLINES.*"