Skip to content

Instantly share code, notes, and snippets.

@ericlagergren
Created June 25, 2014 06:17
Show Gist options
  • Save ericlagergren/1221253a82d608f0df7e to your computer and use it in GitHub Desktop.
Save ericlagergren/1221253a82d608f0df7e to your computer and use it in GitHub Desktop.
(function(c){return c.replace(/\s+\^COMMA/g,",").replace(/\^SEMICOLON/g,";").replace(/\^COLON/g,":").replace(/\^PERIOD/g,".").replace(/\^BANG/g,"!").replace(/\^DASH/g,"-").replace(/\^HYPHEN/g,"h-h").replace(/\^EMDASH/g,"-e-").replace(/\^OPENQUOTE/g,' "').replace(/\^CLOSEQUOTE/g,'" ').replace(/\s+\./g,".").replace(/\s+\!/g,"!").replace(/\s+\,/g,",").replace(/\s+\;/g,";").replace(/\s+\:/g,":").replace(/\s\h\-\h\s/g,"-").replace(/[^!,"'.]\"\s/g,'"').replace(/\s+\-\e-\s+/g,"--").replace(/.+?[\.\?\!](\s|$)/g, function(b){return b.charAt(0).toUpperCase()+b.substr(1)}).replace(/\"[a-z]/g,function(b){return b.charAt(0)+b.charAt(1).toUpperCase()})})(a);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment