Legivel


MatchResult

Namespace: Legivel.Utilities
Parent Module: RegexDSL

MatchResult of a regex match

Record Fields

Record FieldDescription
FullMatch
Signature: string
Groups
Signature: string list

Instance members

Instance memberDescription
x.ge1
Signature: string

CompiledName: get_ge1

x.ge2
Signature: string * string

CompiledName: get_ge2

x.ge3
Signature: string * string * string

CompiledName: get_ge3

x.ge4
Signature: string * string * string * string

CompiledName: get_ge4

Static members

Static memberDescription
MatchResult.Create arg1 arg2
Signature: string -> (string list) -> MatchResult
Fork me on GitHub