Returns a new StringSegment with the same owner string.
public StringSegment Redirect(Capture capture)
| parameter | description |
|---|---|
| capture | The Capture to represent. |
A new segment with the same owner string.
Returns a new StringSegment with the same owner string.
public StringSegment Redirect(int offset)
| parameter | description |
|---|---|
| offset | Offset of the new string segment. |
A new segment with the same owner string.
Returns a new StringSegment with the same owner string.
public StringSegment Redirect(int offset, int length)
| parameter | description |
|---|---|
| offset | Offset of the new string segment. |
| length | Length of the new string segment. |
A new segment with the same owner string.