Returns a copy of the string in which all the case-based characters have had their case swapped
swapCase('Hello'); // 'hELLO'
Generated using TypeDoc
Returns a copy of the string in which all the case-based characters have had their case swapped
Example