SwiftScanner icon indicating copy to clipboard operation
SwiftScanner copied to clipboard

Match failed but position moved

Open zhengying opened this issue 6 years ago • 0 comments

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!

zhengying avatar Sep 12 '19 03:09 zhengying