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