Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term
| Regular expression
|
| Definition
| A regular expression—also called regex, regexes, regexp, regexps, regexen—is a string that describes a set of strings to be found or altered according to certain syntax rules. The regular expression pattern matching process is supported by programming languages, text editors, utilities. A regular expression may include alphanumeric characters, metacharacters, and operators. Most .NET languages—including Visual C#—support regular expressions.
|
| See also
|
|
| This C# Online.NET definition is from the Glossary of .NET / C# Terms.
|