Skip to content

Instantly share code, notes, and snippets.

@dragon3
Created August 20, 2009 11:19
Show Gist options
  • Save dragon3/170995 to your computer and use it in GitHub Desktop.
Save dragon3/170995 to your computer and use it in GitHub Desktop.
str = 'fooBar'
if ( (match = str[/^[A-Z]/]) != nil )
p match
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment