VBScript » RegExp » Global

Version: 5.0

Syntax:
object.Global = [ True | False ]

This property is only used with a RegExp object variable and returns a Boolean value. False signifies that a search should only find the first occurrence of a match. True signifies that a search should find all occurrences of a match.