NSStringMask
NSStringMask copied to clipboard
NSStringMask allows you to apply masks or formats to NSStrings using NSRegularExpression to input your format.
Results
1
NSStringMask issues
Sort by
recently updated
recently updated
newest added
I'm getting "terminated due to memory issue", on version 1.2.2. It's working fine on v1.2.1. ``` static func maskTitle(readable: String) -> String { //let pattern = "(\\d{5}\\.\\d{5} )(\\d{5}\\.\\d{6} )(\\d{5}\\.\\d{6} )(\\d{1}...
help wanted