Convert upper case to lower case with RegEx?

Using RegEx and the find & replace functionality in Anki browser, which syntax would be required to decapitalize only the first letter of a given field?

I have hundreds of notes with field content such as:

“Apple tree”
“Blue berry”

I want to convert them to:

“apple tree”
“blue berry”

Many thanks!

You can do the following:

  1. export your deck to tsv format
  2. edit your tsv using excel or something
  3. import it back

This is not possible with Find and Replace AFAIK. Apparently some editors have special syntax to do this, but this is not supported in Anki.

A semi-manual approach would be to replace A with a, then B with b, and so on. 26 times, but less than hundreds.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.