openbiblio.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Der Einstieg in das Fediverse für Bibliotheksmenschen

Administered by:

Server stats:

592
active users

turns out man kann auch nach Unicode-Codepoints suchen (`^u8221`) z.B. Verwendet wird dabei natürlich nicht wie exakt überall ander der Hexadezimalwert, sondern der Dezimalwert ... 😩

@awinkler The image is a screenshot of a guide on using regular expressions in Microsoft Word. It is divided into two main sections: instructions and a detailed explanation of the regular expression.

The top section provides step-by-step instructions on how to use the "Search and Replace" feature in Word. It includes the following steps:

  1. Press "Ctrl + H" to open the "Search and Replace" dialog box.
  2. Check the "More" and "Use Wildcards" options.

The bottom section details the regular expression used for the search:

  • The expression is ^13(n=[0-9,]{1,}).
  • It explains each part of the expression:
    • ^13 - Matches a newline.
    • `( - Opens capture group 1.
    • n= - Matches "n=" literally.
    • [0-9,]{1,} - Matches a digit or comma at least once.
    • ) - Closes capture group 1.

The replacement text is ^s\1, which means a space followed by the captured group 1.

The guide is written in English, with a note that the user is in Dutch, so there might be small translation errors.

Provided by @altbot, generated privately and locally using Ovis2-8B

🌱 Energy used: 0.279 Wh