Need to update the utils.ToTitle method added in #39 to use the new functionality in go version 1.18. The problem with the new methodology is that, given an input of:
It would return:
The old methodology (the expected methodology) capitalizes the first character after the punctuation. Until we can solve this, we still need to use the old methodology. The expected outcome of utils.ToTitle is:
Need to update the
utils.ToTitlemethod added in #39 to use the new functionality in go version 1.18. The problem with the new methodology is that, given an input of:It would return:
The old methodology (the expected methodology) capitalizes the first character after the punctuation. Until we can solve this, we still need to use the old methodology. The expected outcome of
utils.ToTitleis: