I have a string that contains words as well as a number. How can I extract that number from the string?
NSString *str = @\"This is my string. #1234\";
NSPredicate is the Cocoa class for parsing string using ICU regular expression.