Regular expression syntax
The values of String-type filtering query parameters are interpreted as regular expressions. The regular expression syntax used is the same as that used by the Java programming language, as specified for the java.util.regex.Pattern class. Documentation on that syntax can be found at on the following web page: http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html