RegexRegular Expression. A series of characters forming a pattern to be used in search strings, mainly used in find-and-replace type functions.
For example, your web browser doesn't understand BBCode natively. Instead, we use a regex - a pattern of rules - to find BBCode and translate it into HTML which your browser can display properly.
Previous | Index | Next