How to scan up to character in Swift
Issue #335
This is useful when we want to get the first meaningful line in a big paragraph
1 | let scanner = Scanner(string: text) |
Issue #335
This is useful when we want to get the first meaningful line in a big paragraph
1 | let scanner = Scanner(string: text) |