Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/openjdk-multiarch-jdk8u
Path: blob/aarch64-shenandoah-jdk8u272-b10/nashorn/test/script/basic/JDK-8007619.js.EXPECTED
32281 views
Match = [email protected],foo,acme,com
RegExp.lastMatch = [email protected]
RegExp.$1 = foo
RegExp.$2 = acme
RegExp.$3 = com
RegExp.lastParen = com
RegExp.input = Please send mail to [email protected] and [email protected] ASAP!
Match = [email protected],bar,gov,in
RegExp.lastMatch = [email protected]
RegExp.$1 = bar
RegExp.$2 = gov
RegExp.$3 = in
RegExp.lastParen = in
RegExp.input = Please send mail to [email protected] and [email protected] ASAP!