Closed chrisozgo99 closed 2 years ago
Given there is functionality for LOWER() and PROPER(), it'd probably be smart to add UPPER() as well. I added the code, wrote some tests and updated the README to include this change
LOWER()
PROPER()
UPPER()
Given there is functionality for
LOWER()
andPROPER()
, it'd probably be smart to addUPPER()
as well. I added the code, wrote some tests and updated the README to include this change