fork download
  1. //Xxxxxxx xxxxx xxxxx (yyyyyy) xxxxxx x.
  2. var text = "Xxxxxxx xxxxx xxxxx (yyyyyy) xxxxxx x.",
  3. regex = /\((.+?)\)/,
  4. result = regex.exec(text);
  5. print(RegExp.$1);
Success #stdin #stdout 0.39s 381952KB
stdin
Standard input is empty
stdout
yyyyyy