SG RegExp | |
Item Property |
Overview | Properties | Methods | Pattern Syntax |
Default property. Returns specified substring.
object.Item(index)
object(index)
Part | Description |
object | The object is always Substrings |
index | Zero based index of the requested substring. Valid range for index is from 0 to 9. |
Substring with index 0 is complete matched string. Indexes from 1 to 9 are referring to the patterns enclosed in the parenthesis. For more info look at pattern syntax section.