easy regexp by flagitious

def r n,s=''
n[/(.)(([^[(]*)[])])?\??/]?(l=$'
r l,s if$&['?']
($3||$1).split('|'*$1[0][5]).map{|j|r l,s+j}):puts(s)end
r *$<

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

download

return to the top page