Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

ArrayConverter

Not the best but does my job:planned on copy and pasting word lists online but didn't want to individually quote and space each word to make the array, so I made this.
The use of this is found in the "GamesInOne" repository, where I use this "tool/program" to create an array for my hangman game.

The converter has two ways of printing an array:

1. Input one word at-a-time
2. Input a bunch of words in one input

It also has two options of printing the array:

1. Curly brackets 2. Square brackets

For example:
Input: sodhfsdhof sdofsodhf oisdfosh
Output for option 1: {"sodhfsdhof", "sdofsodhf", "oisdfosh"}
Output for option 2: ["sodhfsdhof", "sdofsodhf", "oisdfosh"]

Limitations

- Delimiter is limited to whitespaces right now

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages