Capture Properties

 

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

NameDescription
System_CAPS_pubpropertyIndex

The position in the original string where the first character of the captured substring is found.

System_CAPS_pubpropertyLength

Gets the length of the captured substring.

System_CAPS_pubpropertyValue

Gets the captured substring from the input string.

Return to top
Show: