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)) #

[View source]

Instance Method Detail

def content : String? #

[View source]
def end_anchor : Bool? #

[View source]
def ignore_case : Bool #

[View source]
def sanitize_content(content : String | Nil) : String #

[View source]
def start_anchor : Bool? #

[View source]
def tokenize #

[View source]