Regular expression examples: Difference between revisions

Content deleted Content added
m Reverted edits by 129.143.71.37 (talk) to last version by Mindmatrix
Undid revision 371993420 by Shadowjams (talk) - please explain why you undo it. This page is not named "Perl examples", but general regex
Line 18:
== Examples ==
 
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, as 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 in a Nutshell — Page 213, Python Scripting for Computational Science — Page 320, Programming PHP — Page 106 ).
 
<table class="wikitable">