fjcaetano / NSStringMask

NSStringMask allows you to apply masks or formats to NSStrings using NSRegularExpression to input your format.
http://fjcaetano.github.io/NSStringMask/
MIT License
241 stars 36 forks source link

Doesn't work properly #20

Closed Gargo closed 4 years ago

Gargo commented 4 years ago

regex pattern: [0-9]+ string I want to parse is the source code of this page: https://steamid.xyz/ result - nil but this page contains numbers

fjcaetano commented 4 years ago

Did you test using parenthesis to group the regex? https://github.com/fjcaetano/NSStringMask#usage-example

fjcaetano commented 4 years ago

Closing for inactivity