aboutsummaryrefslogtreecommitdiff
path: root/test/script/basic/JDK-8007619.js.EXPECTED
blob: a440f1df4d0e26998ee5b25b5a81703a0502d026 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Match = foo@acme.com,foo,acme,com
RegExp.lastMatch = foo@acme.com
RegExp.$1 = foo
RegExp.$2 = acme
RegExp.$3 = com
RegExp.lastParen = com
RegExp.input = Please send mail to foo@acme.com and bar@gov.in ASAP!
Match = bar@gov.in,bar,gov,in
RegExp.lastMatch = bar@gov.in
RegExp.$1 = bar
RegExp.$2 = gov
RegExp.$3 = in
RegExp.lastParen = in
RegExp.input = Please send mail to foo@acme.com and bar@gov.in ASAP!