Skip to content

Instantly share code, notes, and snippets.

@rrgroovy
Created October 9, 2011 09:46
Show Gist options
  • Save rrgroovy/1273508 to your computer and use it in GitHub Desktop.
Save rrgroovy/1273508 to your computer and use it in GitHub Desktop.
大文字・小文字に揃える
assert 'HI, GROOVYIST' == 'Hi, Groovyist'.toUpperCase()
assert 'hi, groovyist' == 'Hi, Groovyist'.toLowerCase()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment