🏠FunctionsdownCase()On this pagedownCase()Returns a string with all characters converted to lowercase.Usageimport { downCase } from 'string-factory';downCase(string);CopyProp typesproptyperequireddefaultstringStringyesnullExamplesdownCase('Hello World') // "hello world"Copy