I\'m looking to vertically align text by adding tags between characters with jQuery.
Vertical Text&l
Let's go golfing!
$('#foo label').html($('#foo label').text().replace(/(.)/g,"$1"));
Completely untested, but the pattern in the regex looks like a boob.