Match
Overview
Location
- Reference: Sugar
- Namespace: Sugar.RegularExpressions
End
property End: Int32 read;
Int32 End { get; }
var End: Int32 { get{} }
Int32 End { __get; }
ReadOnly Property End() As Int32
FindNext mapped
method FindNext: Match
Match FindNext()
func FindNext() -> Match
Match FindNext()
Function FindNext() As Match
GetEnd mapped protected
method GetEnd: Int32
Int32 GetEnd()
func GetEnd() -> Int32
Int32 GetEnd()
Function GetEnd() As Int32
GetGroups mapped protected
GetLength mapped protected
method GetLength: Int32
Int32 GetLength()
func GetLength() -> Int32
Int32 GetLength()
Function GetLength() As Int32
GetStart mapped protected
method GetStart: Int32
Int32 GetStart()
func GetStart() -> Int32
Int32 GetStart()
Function GetStart() As Int32
GetText mapped protected
method GetText: String
String GetText()
func GetText() -> String
String GetText()
Function GetText() As String
Groups
property Groups: List<Group> read;
List<Group> Groups { get; }
var Groups: List<Group> { get{} }
List<Group> Groups { __get; }
ReadOnly Property Groups() As List<Group>
Length
property Length: Int32 read;
Int32 Length { get; }
var Length: Int32 { get{} }
Int32 Length { __get; }
ReadOnly Property Length() As Int32
Start
property Start: Int32 read;
Int32 Start { get; }
var Start: Int32 { get{} }
Int32 Start { __get; }
ReadOnly Property Start() As Int32
Text
End
property End: Int32 read;
Int32 End { get; }
var End: Int32 { get{} }
Int32 End { __get; }
ReadOnly Property End() As Int32
Groups
property Groups: List<Group> read;
List<Group> Groups { get; }
var Groups: List<Group> { get{} }
List<Group> Groups { __get; }
ReadOnly Property Groups() As List<Group>
Length
property Length: Int32 read;
Int32 Length { get; }
var Length: Int32 { get{} }
Int32 Length { __get; }
ReadOnly Property Length() As Int32
Start
property Start: Int32 read;
Int32 Start { get; }
var Start: Int32 { get{} }
Int32 Start { __get; }
ReadOnly Property Start() As Int32
Text
FindNext mapped
method FindNext: Match
Match FindNext()
func FindNext() -> Match
Match FindNext()
Function FindNext() As Match
GetEnd mapped protected
method GetEnd: Int32
Int32 GetEnd()
func GetEnd() -> Int32
Int32 GetEnd()
Function GetEnd() As Int32
GetGroups mapped protected
GetLength mapped protected
method GetLength: Int32
Int32 GetLength()
func GetLength() -> Int32
Int32 GetLength()
Function GetLength() As Int32
GetStart mapped protected
method GetStart: Int32
Int32 GetStart()
func GetStart() -> Int32
Int32 GetStart()
Function GetStart() As Int32
GetText mapped protected