1
1
Fork 0
exercism/jq/isogram
Christina Sørensen 1e351d9c3e
feat(jq): two-fer, resistor-color, resistor-color-duo, leap, isogram, flatten-array
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-12-16 08:26:51 +01:00
..
.exercism feat(jq): darts 2024-12-16 07:41:19 +01:00
bats-extra.bash feat(jq): darts 2024-12-16 07:41:19 +01:00
bats-jq.bash feat(jq): darts 2024-12-16 07:41:19 +01:00
HELP.md feat(jq): darts 2024-12-16 07:41:19 +01:00
isogram.jq feat(jq): two-fer, resistor-color, resistor-color-duo, leap, isogram, flatten-array 2024-12-16 08:26:51 +01:00
README.md feat(jq): darts 2024-12-16 07:41:19 +01:00
test-isogram.bats feat(jq): two-fer, resistor-color, resistor-color-duo, leap, isogram, flatten-array 2024-12-16 08:26:51 +01:00

Isogram

Welcome to Isogram on Exercism's jq Track. If you need help running the tests or submitting your code, check out HELP.md.

Instructions

Determine if a word or phrase is an isogram.

An isogram (also known as a "non-pattern 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.

Source

Created by

  • @glennj

Based on

Wikipedia - https://en.wikipedia.org/wiki/Isogram