Content deleted Content added
Line 15:
==Regular Expressions==
The [[regexp]] syntax forms a ___domain-specific 5GL. Rather than defining an algorithm, the programmer specifies, by means of specialized syntax, a pattern to match text against (i.e., constraints). The regex pattern is compiled and run against text, returning the token(s) desired by the programmer.
Regular expressions exist in Perl, Python, Java, .NET, PHP,
==See also==
|