| 
				
					 | 
			il y a 1 an | |
|---|---|---|
| .. | ||
| .exercism | il y a 1 an | |
| .yarn | il y a 1 an | |
| .eslintignore | il y a 1 an | |
| .eslintrc.cjs | il y a 1 an | |
| .yarnrc.yml | il y a 1 an | |
| HELP.md | il y a 1 an | |
| README.md | il y a 1 an | |
| acronym.test.ts | il y a 1 an | |
| acronym.ts | il y a 1 an | |
| babel.config.cjs | il y a 1 an | |
| jest.config.cjs | il y a 1 an | |
| package.json | il y a 1 an | |
| tsconfig.json | il y a 1 an | |
Welcome to Acronym on Exercism's TypeScript Track.
If you need help running the tests or submitting your code, check out HELP.md.
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 | 
Julien Vanier - https://github.com/monkbroc