﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9783	Not matching parentheses in regex	naoliv	team	"http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html#bs says that to match something having a parentheses we need to double escape it.

Using this rule

{{{
#!rule
*[name =~ /\\(foo\\)/] {
        throwWarning: tr(""foo"");
}
}}}

and something with `name=(foo)` doesn't match anything, however.
No error is displayed on console (so it seems to be parsed correctly)."	defect	closed	normal	14.05	Core validator		fixed	mapcss	
