Bearbeiten=>Ersetzen¶
Mit diesem Befehl können Sie eine Zeichenkette suchen und durch eine andere Zeichenkette ersetzen. Der Befehl ist nur im Programm-Editor verfügbar. Für IPW-Dokumente können Sie den Befehl Bearbeiten=>Suchen und Ersetzen (IPW) verwenden.

Die regulären Ausdrücke können zur Zeit nur im Suchtext verwendet werden.
Regeln für die regulären Ausdrücke:
Wert |
Bedeutung |
---|---|
|
Matches any character |
|
This marks the start of a region for tagging a match. |
|
This marks the end of a tagged region. |
|
Where n is 1 through 9 refers to the first through ninth tagged region when replacing. For example if the search string was |
|
This matches the start of a word using Scintilla’s definitions of words. |
|
This matches the end of a word using Scintilla’s definition of words. |
|
This allows you to use a character x that would otherwise have a special meaning. For example, |
|
This indicates a set of characters, for example |
|
The complement of the characters in the set. For example, |
|
This matches the start of a line (unless used inside a set, see above). |
|
This matches the end of a line. |
|
This matches 0 or more times. For example |
|
This matches 1 or more times. For example |
Siehe auch
id-382175