Sha256: ac8a585118b992ba4d4522db9b8192da6bf77fd94b8d071a8e0d75500ede90ea

Contents?: true

Size: 850 Bytes

Versions: 53

Compression:

Stored size: 850 Bytes

Contents

# Isogram

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.

Examples of isograms:

- lumberjacks
- background
- downstream

The word *isograms*, however, is not an isogram, because the s repeats.

## Running the tests

To run the tests, run the command `busted .` from within the exercise directory.

## Further information

For more detailed information about the Lua track, including how to get help if
you're having trouble, please visit the exercism.io [Lua language page](http://exercism.io/languages/lua/about).

## Source

Wikipedia [https://en.wikipedia.org/wiki/Isogram](https://en.wikipedia.org/wiki/Isogram)

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
trackler-2.2.1.7 tracks/lua/exercises/isogram/README.md
trackler-2.2.1.6 tracks/lua/exercises/isogram/README.md
trackler-2.2.1.5 tracks/lua/exercises/isogram/README.md
trackler-2.2.1.4 tracks/lua/exercises/isogram/README.md
trackler-2.2.1.3 tracks/lua/exercises/isogram/README.md
trackler-2.2.1.2 tracks/lua/exercises/isogram/README.md
trackler-2.2.1.1 tracks/lua/exercises/isogram/README.md
trackler-2.2.1.0 tracks/lua/exercises/isogram/README.md
trackler-2.2.0.6 tracks/lua/exercises/isogram/README.md
trackler-2.2.0.5 tracks/lua/exercises/isogram/README.md
trackler-2.2.0.4 tracks/lua/exercises/isogram/README.md
trackler-2.2.0.3 tracks/lua/exercises/isogram/README.md
trackler-2.2.0.2 tracks/lua/exercises/isogram/README.md