Skip to content

Instantly share code, notes, and snippets.

@orangexception
Created November 27, 2012 16:07
Show Gist options
  • Save orangexception/4155118 to your computer and use it in GitHub Desktop.
Save orangexception/4155118 to your computer and use it in GitHub Desktop.
Capitalize Words (text-transform: capitalize;)
// Capitalize Words (text-transform: capitalize;)
sWords= REReplace( sWords , "(\w+)" , "\u\1" , "all" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment