Group
index int32
length int32
value stringnullable
valueSpan object
length int32
isEmpty boolean
success boolean
name stringnullable
captures object[]nullable
Array [
index int32
length int32
value stringnullable
valueSpan object
length int32
isEmpty boolean
]
Group
{
"index": 0,
"length": 0,
"value": "string",
"valueSpan": {
"length": 0,
"isEmpty": true
},
"success": true,
"name": "string",
"captures": [
{
"index": 0,
"length": 0,
"value": "string",
"valueSpan": {
"length": 0,
"isEmpty": true
}
}
]
}