Regular expression examples: Difference between revisions

Content deleted Content added
Tag: repeating characters
Line 19:
 
Unless otherwise indicated, the following examples conform to the [[Perl]] programming language, release 5.8.8, [[January 31]] [[2006]]. 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 ).
Regex also supported by ASP .NET (Language: C#). (Asif Hossain Shantu,Bangladesh)
Example :
 
Regex linkRegex = new Regex(" href=\"([^\"]*)\"");
 
(Asif Hossain Shantu,Bangladesh)
............
<table class="wikitable">
<tr>