Closed Gargo closed 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
[0-9]+
Did you test using parenthesis to group the regex? https://github.com/fjcaetano/NSStringMask#usage-example
Closing for inactivity
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