<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.edmc73.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>EDMC73.com - devweb:regex</title>
        <description></description>
        <link>http://wiki.edmc73.com/</link>
        <lastBuildDate>Tue, 02 Jun 2026 02:26:15 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>http://wiki.edmc73.com/_media/logo.png</url>
            <title>EDMC73.com</title>
            <link>http://wiki.edmc73.com/</link>
        </image>
        <item>
            <title>Code Postal</title>
            <link>http://wiki.edmc73.com/devweb/regex/code_postal?rev=1376506105&amp;do=diff</link>
            <description>Code Postal


&lt;?php
$country_code=&quot;US&quot;;
$zip_postal=&quot;11111&quot;;
 
$ZIPREG=array(
	&quot;US&quot;=&gt;&quot;^\d{5}([\-]?\d{4})?$&quot;,
	&quot;UK&quot;=&gt;&quot;^(GIR|[A-Z]\d[A-Z\d]??|[A-Z]{2}\d[A-Z\d]??)[ ]??(\d[A-Z]{2})$&quot;,
	&quot;DE&quot;=&gt;&quot;\b((?:0[1-46-9]\d{3})|(?:[1-357-9]\d{4})|(?:[4][0-24-9]\d{3})|(?:[6][013-9]\d{3}))\b&quot;,
	&quot;CA&quot;=&gt;&quot;^([ABCEGHJKLMNPRSTVXY]\d[ABCEGHJKLMNPRSTVWXYZ])\ {0,1}(\d[ABCEGHJKLMNPRSTVWXYZ]\d)$&quot;,
	&quot;FR&quot;=&gt;&quot;^(F-)?((2[A|B])|[0-9]{2})[0-9]{3}$&quot;,
	&quot;IT&quot;=&gt;&quot;^(V-|I-)?[0-9]{5}$&quot;,
	&quot;AU&quot;=&gt;&quot;^(0[289][0-9]{2})|([1345689][0-9]{3})|(2[0-8][0-…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 14 Aug 2013 18:48:25 +0000</pubDate>
        </item>
        <item>
            <title>regex</title>
            <link>http://wiki.edmc73.com/devweb/regex/start?rev=1465246365&amp;do=diff</link>
            <description>regex

preg_match

Regex quick reference

	&quot;[abc]     A single character: a, b or c
[^abc]     Any single character but a, b, or c
[a-z]     Any single character in the range a-z
[a-zA-Z]     Any single character in the range a-z or A-Z
^     Start of line</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 06 Jun 2016 20:52:45 +0000</pubDate>
        </item>
    </channel>
</rss>
