Regular expression examples: Difference between revisions

Content deleted Content added
Undid revision 371993420 by Shadowjams (talk) - please explain why you undo it. This page is not named "Perl examples", but general regex
Yobot (talk | contribs)
m WP:CHECKWIKI error 26 + genfixes using AWB (7165)
Line 180:
<tr>
<td>\W</td>
<td>Matches a <b>'''non</b>'''-alphanumeric character, excluding "_"; same as [^A-Za-z0-9_]</td>
<td align="left">
<pre>
Line 317:
* [[Comparison of programming languages]]
 
{{DEFAULTSORT:Regular Expression Examples}}
[[Category:Perl]]
[[Category:Pattern matching]]