exercism/elixir/acronym
Danil Negrienko 22b46519fd acronym 2024-03-11 11:44:09 -04:00
..
.exercism acronym 2024-03-11 11:44:09 -04:00
lib acronym 2024-03-11 11:44:09 -04:00
test acronym 2024-03-11 11:44:09 -04:00
.formatter.exs acronym 2024-03-11 11:44:09 -04:00
.gitignore acronym 2024-03-11 11:44:09 -04:00
HELP.md acronym 2024-03-11 11:44:09 -04:00
README.md acronym 2024-03-11 11:44:09 -04:00
mix.exs acronym 2024-03-11 11:44:09 -04:00

README.md

Acronym

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

  • @Teapane

Contributed to by

  • @angelikatyborska
  • @Cohen-Carlisle
  • @dalexj
  • @devonestes
  • @gmile
  • @henrik
  • @jwworth
  • @lpil
  • @martinsvalin
  • @neenjaw
  • @parkerl
  • @rubysolo
  • @sotojuan
  • @waiting-for-dev

Based on

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