[Reading Notes] iOS-Regular Expression

Regular expressions, often called regexes, are a standard for pattern matching in text processing and a powerful tool for manipulating strings. When using regular expressions, you need to specify a string as the pattern string to retrieve the target string. You can use regular expressions to find substrings in a string that match the pattern represented by the regular expression, and you can also perform text replacements or extract substrings from target text.

 

 

Reference "iOS Programming Guide"

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324652020&siteId=291194637