<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.ledhed.net/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.ledhed.net/index.php?action=history&amp;feed=atom&amp;title=Regex_Examples</id>
		<title>Regex Examples - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.ledhed.net/index.php?action=history&amp;feed=atom&amp;title=Regex_Examples"/>
		<link rel="alternate" type="text/html" href="https://wiki.ledhed.net/index.php?title=Regex_Examples&amp;action=history"/>
		<updated>2026-04-08T20:16:51Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.2</generator>

	<entry>
		<id>//wiki.ledhed.net/index.php?title=Regex_Examples&amp;diff=3549&amp;oldid=prev</id>
		<title>Ledhed: Created page with &quot;== Overview == Here are some common examples of Regex used for form validation.  == Phone Numbers ==   == Email Addresses ==   == IP Address Validation == === IPv4 Address ===...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.ledhed.net/index.php?title=Regex_Examples&amp;diff=3549&amp;oldid=prev"/>
				<updated>2022-07-14T11:21:30Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Overview == Here are some common examples of Regex used for form validation.  == Phone Numbers ==   == Email Addresses ==   == IP Address Validation == === IPv4 Address ===...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Overview ==&lt;br /&gt;
Here are some common examples of Regex used for form validation.&lt;br /&gt;
&lt;br /&gt;
== Phone Numbers ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Email Addresses ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== IP Address Validation ==&lt;br /&gt;
=== IPv4 Address ===&lt;br /&gt;
 ^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== IPv4 Subnet in CIDR Notation ===&lt;br /&gt;
 ^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)($|/([0-9]|[12][0-9]|3[0-2]))$&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
https://www.regextester.com/&lt;br /&gt;
&lt;br /&gt;
https://www.regextutorial.org/regex-for-ip-address-match.php&lt;br /&gt;
&lt;br /&gt;
https://stackoverflow.com/questions/12141206/ipaddress-or-cidr-block-matching-regex&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Regular_Expression]]&lt;/div&gt;</summary>
		<author><name>Ledhed</name></author>	</entry>

	</feed>