regular expression

A regular expression is a series of characters that defines a pattern to be matched when searching for text. You can use regular expressions when using the Find navigator to perform find and replace operations in Xcode.

For details on the syntax of the regular expressions, see the documentation for NSRegularExpression.