2009/10/5 gc2 <gc2nos...@gmail.com>: > (noCompressionUserAgents[i].matcher(userAgentValue).matches())
The above is the call to java.util.regex.Pattern.matcher(String).matches(). See JavaDoc of the java.util.regex.Pattern class for regular expressions syntax. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org