struct Webdriver::RegexToXpath::Lexer
- Webdriver::RegexToXpath::Lexer
- Struct
- Value
- Object
Defined in:
webdriver/helpers/locator_helper.crConstructors
Instance Method Summary
- #content : String?
- #end_anchor : Bool?
- #ignore_case : Bool
- #sanitize_content(content : String | Nil) : String
- #start_anchor : Bool?
- #tokenize
Constructor Detail
def self.new(regex : Regex, str : String = regex.source, scanner : StringScanner = StringScanner.new(str))
#