We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4898853 commit d851fa7Copy full SHA for d851fa7
1 file changed
exercises/practice/acronym/.docs/instructions.md
@@ -4,5 +4,14 @@ Convert a phrase to its acronym.
4
5
Techies love their TLA (Three Letter Acronyms)!
6
7
-Help generate some jargon by writing a program that converts a long name
8
-like Portable Network Graphics to its acronym (PNG).
+Help generate some jargon by writing a program that converts a long name like Portable Network Graphics to its acronym (PNG).
+
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