aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/javascript
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-03-20 18:32:06 -0700
committerGitHub <noreply@github.com>2021-03-20 18:32:06 -0700
commitdd970ebde4659015cacb03f3cec08ba3662f76b7 (patch)
tree22fce3103c66822def150bdcd5934b143ce775cd /files/de/web/javascript
parent42fa0779cb86e303db29e3603901b000523173cf (diff)
downloadtranslated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.gz
translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.bz2
translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.zip
remove fx_minversion_inline macro calls (#258)
Diffstat (limited to 'files/de/web/javascript')
-rw-r--r--files/de/web/javascript/reference/global_objects/regexp/index.html2
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>