Result
RegEx result
Operations
GetLength
Gets the string length of the match
method : public : GetLength() ~ Int
Return
Type | Description |
---|---|
Int | string length of the match |
GetStart
Gets the starting index of match
method : public : GetStart() ~ Int
Return
Type | Description |
---|---|
Int | starting index of match |
GetValue
Gets the string value
method : public : GetValue() ~ String
Return
Type | Description |
---|---|
String | string value |
ToString
Gets the string representation
method : public : ToString() ~ String
Return
Type | Description |
---|---|
String | string representation |