duplicate certain lines _C_ by nn

System.in.text.replaceAll(/((d )*)(.*)/){a,b,c,d->(b.count('d')+1).times{println d}}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page