Skip to main content
2 of 2
replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/

Mathematica, 33 bytes

0<=##||##>=0&@@ToCharacterCode@#& 

Based on this tip. Unfortunately, I have to use ToCharacterCode instead of Characters, because <= and >= don't compare strings.

Martin Ender
  • 198.3k
  • 67
  • 455
  • 999