Skip to main content
Participant
July 1, 2026
Open for Voting

"remove capital letters" option for subtitles

  • July 1, 2026
  • 1 reply
  • 15 views
It's great that the "remove punctuation" option was added for subtitles. Thanks for that, Adobe.To round out this update, would it also be possible to add an option to remove capital letters?Thanks.

    1 reply

    Stan Jones
    Community Expert
    Community Expert
    July 4, 2026

    @Warren23204770dmvt,

     

    Upvoted. But here’s a workaround that converts uppercase to lowercase in the transcript. You could probably do it at the subtitles level by roundtripping srt. You’d need that if you need for the transcript to keep its uppercase.

     

    I’m using a source media transcript. Export transcript as .txt. Open in Notepad++. Do a search and replace with Match case and Regular Expression checked. For find, use:

    ([A-Z])

    For replace, use:

    \L$1

    Save as a new name, and keep as .txt file. Note that this changes speaker name to lower case, but this is not imported anyway.

     

    Still in source media view, 3 dot menu, Import → Merge with corrected transcript.

     

    Stan