struct FuzzyMatch::Simple

Defined in:

fuzzy_match/simple.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pattern : String, str : String) #

[View source]

Instance Method Detail

def matches? : Bool #

[View source]
def pattern_idx : Int32 #

[View source]
def pattern_idx=(pattern_idx : Int32) #

[View source]
def pattern_length : Int32 #

[View source]
def pattern_length=(pattern_length : Int32) #

[View source]
def str_idx : Int32 #

[View source]
def str_idx=(str_idx : Int32) #

[View source]
def str_length : Int32 #

[View source]
def str_length=(str_length : Int32) #

[View source]