JDK-8007619.js.EXPECTED revision 72:fcf541418304
1Match = foo@acme.com,foo,acme,com
2RegExp.lastMatch = foo@acme.com
3RegExp.$1 = foo
4RegExp.$2 = acme
5RegExp.$3 = com
6RegExp.lastParen = com
7RegExp.input = Please send mail to foo@acme.com and bar@gov.in ASAP!
8Match = bar@gov.in,bar,gov,in
9RegExp.lastMatch = bar@gov.in
10RegExp.$1 = bar
11RegExp.$2 = gov
12RegExp.$3 = in
13RegExp.lastParen = in
14RegExp.input = Please send mail to foo@acme.com and bar@gov.in ASAP!
15