Skip to content

Instantly share code, notes, and snippets.

@gaishimo
Created July 22, 2013 03:13
Show Gist options
  • Save gaishimo/6051090 to your computer and use it in GitHub Desktop.
Save gaishimo/6051090 to your computer and use it in GitHub Desktop.
文字列がスペースを含んでいるかをチェックする
/\s+/.test('aaa bbb')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment