# JavaStringCheese
## `Fork` this Repository
* You should work on this project in your own repository.
* Click the `fork` button in the top right corner to create a copy of this repository on your account.
* You can go through the [GitHub forking tutorial](https://help.github.com/articles/fork-a-repo/) if you need additional practice with this.
## Java String Cheese
### **Purpose:**
* Practice String operations
### **Resources:**
* [String](https://zipcoder.github.io/reveal-slides/string-and-string-builder.html#/)
### Instructions
1. Tests have been created for this lab
2. Right click on the test file named `StringParserTest` and select "Test All"
3. Open `StringParser` and implement the methods.
4. Feel free to look at the test to see the sample input and output.