Skip to content

Commit d851fa7

Browse files
authored
Sync docs for practice exercise acronym (exercism#2369)
1 parent 4898853 commit d851fa7

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

exercises/practice/acronym/.docs/instructions.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,14 @@ Convert a phrase to its acronym.
44

55
Techies love their TLA (Three Letter Acronyms)!
66

7-
Help generate some jargon by writing a program that converts a long name
8-
like Portable Network Graphics to its acronym (PNG).
7+
Help generate some jargon by writing a program that converts a long name like Portable Network Graphics to its acronym (PNG).
8+
9+
Punctuation is handled as follows: hyphens are word separators (like whitespace); all other punctuation can be removed from the input.
10+
11+
For example:
12+
13+
| Input | Output |
14+
| ------------------------- | ------ |
15+
| As Soon As Possible | ASAP |
16+
| Liquid-crystal display | LCD |
17+
| Thank George It's Friday! | TGIF |

0 commit comments

Comments
 (0)