Implement a string processor that allows to do operations with strings.
- if vowels exist should return the number of vowels.
- if vowels don't exist should return 0.
- if string is empty should throw EmptyStringException.
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Implement a string processor that allows to do operations with strings.