Removing the small caps attribute

In a .docx document that I’ve received, in which no character styles are used, I need to change all strings of small caps to normal. How can I do this with Writer?

Using Regular Expressions, I tried Find (.+) (Format: small caps) and Replace with $1 (without any format), but this does not change anything.

This is the format setting I used under Replace:

LO 25.2.3.2
macOS 12.7.6

It is a docx so there will be no character styles.
You are probably almost there but to step through:

  1. Open Find & Replace dialogue
  2. click in the Find field then click Format.
  3. Select the Font Effects tab and in Effects > Case, select Small capitals. OK
  4. Click Find All. Close the Find dialogue
  5. With the selection still selected, click Format > Clear direct formatting (Ctrl+M)
2 Likes