SwiftScanner icon indicating copy to clipboard operation
SwiftScanner copied to clipboard

String Scanner in pure Swift (supports unicode)

Results 3 SwiftScanner issues
Sort by recently updated
recently updated
newest added

This is example ```swift 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...

Hi, The following code crashes on the last line with a fatal error : _String index is out of bounds_ instead of throwing an error ``` let scanner = StringScanner("1.0")...

Using single quotes in your Cartfile causes the error `Parse error: expected string after dependency type in line: github 'malcommac/SwiftScanner'`. This PR updates the documentation so people won't run into...