Exercism/bash/acronym
David Doblas Jiménez 0a54d06454 Solved acronym in Bash 2023-04-25 19:23:26 +02:00
..
.exercism Solved acronym in Bash 2023-04-25 19:23:26 +02:00
HELP.md Solved acronym in Bash 2023-04-25 19:23:26 +02:00
README.md Solved acronym in Bash 2023-04-25 19:23:26 +02:00
acronym.bats Solved acronym in Bash 2023-04-25 19:23:26 +02:00
acronym.sh Solved acronym in Bash 2023-04-25 19:23:26 +02:00
bats-extra.bash Solved acronym in Bash 2023-04-25 19:23:26 +02:00

README.md

Acronym

Welcome to Acronym on Exercism's Bash 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

  • @netserf

Contributed to by

  • @bkhl
  • @budmc29
  • @glennj
  • @guygastineau
  • @IsaacG
  • @kotp
  • @lemoncurry
  • @sjwarner-bp
  • @ZapAnton

Based on

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