Skip to content

Instantly share code, notes, and snippets.

@rrgroovy
Created October 9, 2011 09:46
大文字・小文字に揃える
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