Section 24.155. RegExp.global: whether a regular expression matches globally


24.155. RegExp.global: whether a regular expression matches globally

ECMAScript v3

24.155.1. Synopsis

regexp.global

24.155.2. Description

global is a read-only boolean property of RegExp objects. It specifies whether a particular regular expression performs global matchingi.e., whether it was created with the "g" attribute.




JavaScript. The Definitive Guide
JavaScript: The Definitive Guide
ISBN: 0596101996
EAN: 2147483647
Year: 2004
Pages: 767

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net