Group Properties

 

Namespace:   System.Text.RegularExpressions
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubpropertyCaptures

Gets a collection of all the captures matched by the capturing group, in innermost-leftmost-first order (or innermost-rightmost-first order if the regular expression is modified with the RegexOptions::RightToLeft option). The collection may have zero or more items.

System_CAPS_pubpropertyIndex

The position in the original string where the first character of the captured substring is found.(Inherited from Capture.)

System_CAPS_pubpropertyLength

Gets the length of the captured substring.(Inherited from Capture.)

System_CAPS_pubpropertyName

Returns the name of the capturing group representing by the current instance.

System_CAPS_pubpropertySuccess

Gets a value indicating whether the match is successful.

System_CAPS_pubpropertyValue

Gets the captured substring from the input string.(Inherited from Capture.)

Return to top
Show: