function transpose(data) { return data.replace(/[abc]/ig, function(d) { return { \'a\': \'1\', \'b\': \'2\' }[d]; });