🏠FunctionsupCase()On this pageupCase()Returns a string with all characters in the string converted to uppercase.Usageimport { upCase } from 'string-factory';upCase();CopyProp typesproptyperequireddefaultproptypeyesnullExamplesupCase('Hello World') // HELLO WORLDCopy