Ajuda del LibreOffice 7.2
Regular expressions can be used to search for some unspecified or even invisible characters.
Searching with regular expressions is different from searching with wildcards. LibreOffice Writer only supports searching with regular expressions.
You can use regular expressions when you find and replace text in a document. For example, "s.n" finds "sun" and "son".
Trieu
.Feu clic a
per ampliar el diàleg.Activeu la casella de selecció
.Al quadre
escriviu el terme de cerca i les expressions regulars que voleu utilitzar en la cerca.Feu clic a
o a .The regular expression for a single character is a period (.).
The regular expression for zero or more occurrences of the previous character is an asterisk. For example: "123*" finds "12" "123", and "1233".
The regular expression combination to search for zero or more occurrences of any character is a period and asterisk (.*).
The regular expression for the end of a paragraph is a dollar sign ($). The regular expression character combination for the start of a paragraph is a caret and a period (^.).
The regular expression for a tab character is \t.
Una cerca que utilitzi una expressió regular només funcionarà dins d'un paràgraf. Per cercar amb una expressió regular dins de més d'un paràgraf, feu una cerca separada en cada paràgraf.