struct BytesRegex::Match

Defined in:

bytes_regex.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : Bytes, start : UInt64, size : UInt64) #

[View source]

Instance Method Detail

def size : UInt64 #

[View source]
def size=(size : UInt64) #

[View source]
def start : UInt64 #

[View source]
def start=(start : UInt64) #

[View source]
def value : Bytes #

[View source]
def value=(value : Bytes) #

[View source]