SG RegExp
Item Property

©1998 by Stinga

Overview Properties Methods Pattern Syntax
Description

Default property. Returns specified substring.

Syntax

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.
Remarks

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.