Score:4

(LibreOffice) Replace every character in a selection with *

sl flag

I want to shadow portions of a .odt document with stars for every character in the selection area. I guess it should be possible using the find and replace tool in LibreOffice. Just need to know how to tell it to find every character, some thing like a wildcard star character.

Score:6
cn flag

You can use regular expressions:

In EditFind and Replace dialog box,

  • enter a single dot (.) into the Find: input box,
  • enter a star (*) into the Replace: input box,
  • select Current selection only,
  • select Regular expressions, and
  • click Replace All.

Additionally: If you want to replace with stars only the non-blank characters, you may use [^ ] in the Find: input box.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.