class BytesRegex::Regex

Defined in:

bytes_regex.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pattern : String, multiline = false, dotall = false, ignorecase = false, anchored = false) #

[View source]

Instance Method Detail

def finalize #

[View source]
def match(str : Bytes, pos = 0) : Array(Match) #

[View source]