2009/10/5 gc2 <[email protected]>: > (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: [email protected] For additional commands, e-mail: [email protected]
