>>571
//リスト変換.mac

begingroupundo;
replaceallfast "([^()]+)(([^()]+))","\\2\\t\\1",regular;
endgroupundo;