JavaScript/Objekte/RegExp/global

Aus SELFHTML-Wiki
Wechseln zu: Navigation, Suche

Die global-Eigenschaft zeigt an, ob der "g"-flag des Regulären Ausdrucks gesetzt ist..

Syntax

regExpObj.global;


Attribute
Writable false
Enumerable false
Configurable true


Spezifikation

global ECMAScript 2015 2017 Draft