Regular expressions (regex) are a challenge to get your mind around. Your
need seems to be straight forward so there's not a lot to absorb to use
regex for this case.

Open the "Find & Replace" dialog.

In the "Find:" field enter "[:digit:]" without the quotes.

In the "Replace:" field put whatever you'd like to replace EACH digit with.

Tick "Regular expressions" in "Other options".

The regex given will find each individual digit no matter what it is and
replace it with whatever is in the "Replace:" field.

In essence, it is giving that wildcard you want for numbers.

If you want to experiment some with regex, branching out from the above,
check the LO regular expression webpage.
https://help.libreoffice.org/6.2/en-US/text/shared/01/02100001.html

I hope this is what you are looking for.

On Fri, Jun 30, 2023 at 5:27 PM . <s...@shch262.com> wrote:

> How do I find and replace all numbers in Writer?
>
> What I'm trying to do is get rid of the numbers in a list.
>
> I have NO idea what they're talking about "regular expressions" and
> can't figure out a wild card for numbers.
>
> Any ideas?
>
>
> Thanks,
>
> Peter
>
>
> --
> To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
> Problems?
> https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
> Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
> List archive: https://listarchives.libreoffice.org/global/users/
> Privacy Policy: https://www.documentfoundation.org/privacy
>


-- 
Alan Boba
CISSP, CCENT, ITIL v3 Foundations 2011

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy

Reply via email to