August 2006
Intermediate to advanced
1018 pages
34h 13m
English
RegExp.global: whether a regular expression matches globally — ECMAScript v3
regexp.global
global is a read-only
boolean property of RegExp objects. It specifies whether a
particular regular expression performs global matching—i.e., whether
it was created with the “g” attribute.
Read now
Unlock full access