fork download
  1. str = "[string] somethind else"
  2. p str[/\[(\w+)\]/, 1]
Success #stdin #stdout 0s 28216KB
stdin
Standard input is empty
stdout
"string"