Regular expression examples: Difference between revisions

Content deleted Content added
Fixed a useless link (presumably caused by technical limitations of the MediaWiki syntax)
m Fixed a link
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]] [[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">