🏠Functionsvaporize()On this pagevaporizeConverts a sentence case string into v a p o r w a v e case string.Usageimport { vaporize } from 'string-factory';vaporize(string);CopyProp typesproptyperequireddefaultstringStringyesnullExamplesvaporize('something like this') // s o m e t h i n g l i k e t h i sCopy