Browsing German translation

2 of 34 results
2.
<p>Enter the expression you want to search for here.</p><p>If 'regular expression' is unchecked, any non-space letters in your expression will be escaped with a backslash character.</p><p>Possible meta characters are:<br /><b>.</b> - Matches any character<br /><b>^</b> - Matches the beginning of a line<br /><b>$</b> - Matches the end of a line<br /><b>\&lt;</b> - Matches the beginning of a word<br /><b>\&gt;</b> - Matches the end of a word</p><p>The following repetition operators exist:<br /><b>?</b> - The preceding item is matched at most once<br /><b>*</b> - The preceding item is matched zero or more times<br /><b>+</b> - The preceding item is matched one or more times<br /><b>{<i>n</i>}</b> - The preceding item is matched exactly <i>n</i> times<br /><b>{<i>n</i>,}</b> - The preceding item is matched <i>n</i> or more times<br /><b>{,<i>n</i>}</b> - The preceding item is matched at most <i>n</i> times<br /><b>{<i>n</i>,<i>m</i>}</b> - The preceding item is matched at least <i>n</i>, but at most <i>m</i> times.</p><p>Furthermore, backreferences to bracketed subexpressions are available via the notation <code>\#</code>.</p><p>See the grep(1) documentation for the full documentation.</p>
<p>Geben Sie hier den Ausdruck ein, nach dem Sie suchen möchten.</p><p>Ist „Regulärer Ausdruck“ nicht markiert, wird jedes Leerzeichen in Ihrem Ausdruck mit einem Backslash maskiert.</p><p>Mögliche Metazeichen sind:<br /><b>.</b> – Passt auf jedes Zeichen<br /><b>^</b> – Passt auf einen Zeilenanfang<br /><b>$</b> – Passt auf ein Zeilenende<br /><b>\&lt;</b> – Passt auf einen Wortanfang<br /><b>\&gt;</b> – Passt auf ein Wortende</p><p>Es gibt die folgenden Wiederholungsoperatoren:<br /><b>?</b> – Passt kein- oder einmal auf das vorangestellte Zeichen<br /><b>*</b> – Passt keinmal oder mehrfach auf das vorangestellte Zeichen<br /><b>+</b> – Passt einmal oder mehrfach auf das vorangestellte Zeichen<br /><b>{<i>n</i>}</b> – Passt genau <i>n</i>-Mal auf das vorangestellte Zeichen<br /><b>{<i>n</i>,}</b> – Passt <i>n</i>-Mal oder häufiger auf das vorangestellte Zeichen<br /><b>{,<i>n</i>}</b> – Passt höchstens <i>n</i>-Mal auf das vorangestellte Zeichen<br /><b>{<i>n</i>,<i>m</i>}</b> – Passt mindestens <i>n</i>-Mal und höchstens <i>m</i>-Mal auf das vorangestellte Zeichen</p><p>Desweiteren sind Rückwärtsreferenzen auf vorangegangene eingeklammerte Unterausdrücke in der Form <code>\#</code> möglich.</p><p>Lesen Sie das Handbuch zu grep(1) für eine vollständige Dokumentation.</p>
Translated by Frederik Schwarzer
Located in katefinddialog.cpp:80
2 of 34 results

This translation is managed by Ubuntu German Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.