1
1
Fork 0
exercism/jq/acronym
Christina Sørensen 98da7a4c9e
feat(jq): grade-school, acronym
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-12-18 05:41:09 +01:00
..
.exercism feat(jq): acronym 2024-12-17 19:53:14 +01:00
acronym.jq feat(jq): grade-school, acronym 2024-12-18 05:41:09 +01:00
bats-extra.bash feat(jq): acronym 2024-12-17 19:53:14 +01:00
bats-jq.bash feat(jq): acronym 2024-12-17 19:53:14 +01:00
HELP.md feat(jq): acronym 2024-12-17 19:53:14 +01:00
README.md feat(jq): acronym 2024-12-17 19:53:14 +01:00
test-acronym.bats feat(jq): acronym 2024-12-17 19:53:14 +01:00

Acronym

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

Instructions

Convert a phrase to its acronym.

Techies love their TLA (Three Letter Acronyms)!

Help generate some jargon by writing a program that converts a long name like Portable Network Graphics to its acronym (PNG).

Punctuation is handled as follows: hyphens are word separators (like whitespace); all other punctuation can be removed from the input.

For example:

Input Output
As Soon As Possible ASAP
Liquid-crystal display LCD
Thank George It's Friday! TGIF

Source

Created by

  • @glennj

Based on

Julien Vanier - https://github.com/monkbroc