SwiftScanner
SwiftScanner copied to clipboard
Match failed but position moved
This is example
let test_match = "hello man! push yourself!"
let scanner = StringScanner(test_match)
let match = scanner.match("hello man:") // scanner.reminder is "! push yourself!"
match is failed but scanner position moved!