fork download
  1. $_ = '123 4(5)67 89';
  2. s/(?=[() ])/\\/g;
Success #stdin #stdout 0s 4552KB
stdin
Standard input is empty
stdout
123\ 4\(5\)67\ 89