Regular expression examples: Difference between revisions

Content deleted Content added
m Fixed a link
No edit summary
Line 20:
Unless otherwise indicated, the following examples conform to the [[Perl]] programming language, release 5.8.8, January 31, 2006. This means that other implementations may lack support for some parts of the syntax shown here (e.g. basic vs. extended regex, \( \) vs. (), or lack of \d instead of [[POSIX]] [:digit:]).
 
The syntax and conventions used in these examples coincide with that of other programming environments as well (e.g., see ''[[Java (programming language)|Java]] [[O'Reilly_Media#In_a_Nutshell|in a Nutshell]]'' — Page 213, ''[[Python (programming language)|Python]] Scripting for Computational Science'' — Page 320, Programming [[PHP]] — Page 106).
 
<table class="wikitable">