Skip to content

Instantly share code, notes, and snippets.

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