input = " aa asdf hello worldaabf adnbfsgn asdf";input.gsub!(/(?:^|\G) {2}/m,"x")puts input
Standard input is empty
xaa asdf hello world aabf adnbfsgn xx asdf
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!