fork(2) download
  1. String s = "blabla world 2 temp 36.6*C"
  2. def m = s =~ /\b\d*\.?\d+\*C\b/
  3. println(m[0])
Success #stdin #stdout 0.79s 4456448KB
stdin
Standard input is empty
stdout
36.6*C