Navigation

File Tasks

Change Case

The Change Case task converts every character in the filename to either lowercase or UPPERCASE.

Controls

ControlDescription
Case typeChoose between lowercase and UPPERCASE

Behavior

  • The conversion applies to the full filename including the extension
  • Characters that are not alphabetic (numbers, symbols, spaces) are unaffected

Examples

Old nameCaseNew name
MyPhoto_2024.JPGlowercasemyphoto_2024.jpg
my photo_2024.jpgUPPERCASEMY PHOTO_2024.JPG
Report_FINAL_v2.docxlowercasereport_final_v2.docx

Tips

  • Use lowercase as a cleanup step after other tasks to normalize filenames
  • Combine with Find & Replace first to fix specific words before converting the rest
  • Lowercase is generally safer for cross-platform file sharing and web use