struct Webdriver::RegexToXpath::Lexer

Defined in:

webdriver/helpers/locator_helper.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(regex : Regex, str : String = regex.source, scanner : StringScanner = StringScanner.new(str)) #

Instance Method Detail

def content : String? #

def end_anchor : Bool? #

def ignore_case : Bool #

def sanitize_content(content : String?) : String #

def start_anchor : Bool? #

def tokenize #