diff options
Diffstat (limited to 'files/de/web/javascript')
-rw-r--r-- | files/de/web/javascript/reference/global_objects/regexp/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/de/web/javascript/reference/global_objects/regexp/index.html b/files/de/web/javascript/reference/global_objects/regexp/index.html index 9639ba265f..dfa382bec4 100644 --- a/files/de/web/javascript/reference/global_objects/regexp/index.html +++ b/files/de/web/javascript/reference/global_objects/regexp/index.html @@ -38,7 +38,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/RegExp <dd>Groß-/Kleinschreibung ignorieren</dd> <dt><code>m</code></dt> <dd>multiline; behandelt den Suchkontext als Mehrfachzeilen, d.h. Anfang- und Endeanker (^ und $) entsprechen dem Anfang bzw. Ende <em>jeder einzelnen</em> Zeile (begrenzt durch \n oder \r), nicht nur dem Anfang und Ende der gesamten zu durchsuchenden Zeichenkette.</dd> - <dt><code>y</code> {{Fx_minversion_inline(3)}} {{non-standard_inline}}</dt> + <dt><code>y</code> {{non-standard_inline}}</dt> <dd>sticky; matches only from the index indicated by the <code>lastIndex</code> property of this regular expression in the target string (and does not attempt to match from any later indexes). This allows the match-only-at-start capabilities of the character "^" to effectively be used at any location in a string by changing the value of the <code>lastIndex</code> property.</dd> </dl> </dd> |