Welcome to Isogram on Exercism's Java Track.
If you need help running the tests or submitting your code, check out HELP.md.
Determine if a word or phrase is an isogram.
An isogram (also known as a "nonpattern word") is a word or phrase without a repeating letter, however spaces and hyphens are allowed to appear multiple times.
Examples of isograms:
- lumberjacks
- background
- downstream
- six-year-old
The word isograms, however, is not an isogram, because the s repeats.
- @Kai-Shiro
- @aadityakulkarni
- @FridaTveit
- @jmrunkle
- @Kyle-Pu
- @kytrinyx
- @lemoncurry
- @LukBukkit
- @mirkoperillo
- @morrme
- @msomji
- @muzimuzhi
- @sjwarner-bp
- @SleeplessByte
- @Smarticles101
- @sshine
- @stkent
- @t0dd
- @ThiagoSousaSantana
- @vasouv
- @Zaldrick
Wikipedia - https://en.wikipedia.org/wiki/Isogram