Return-path: <bounce-mc.us5_10342275.58617-christoper=ssf.com.mx@mail57.wdc03.rsgsv.net>
Envelope-to: christoper@ssf.com.mx
Delivery-date: Wed, 29 Jul 2015 08:39:57 -0500
Received: from mail57.wdc03.rsgsv.net ([205.201.131.57]:48515)
	by vishnu.hosting-mexico.net with esmtp (Exim 4.85)
	(envelope-from <bounce-mc.us5_10342275.58617-christoper=ssf.com.mx@mail57.wdc03.rsgsv.net>)
	id 1ZKRaN-003yPG-8p
	for christoper@ssf.com.mx; Wed, 29 Jul 2015 08:39:57 -0500
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=k1; d=mail57.wdc03.rsgsv.net;
 h=Subject:From:Reply-To:To:Date:Message-ID:List-ID:List-Unsubscribe:Sender:Content-Type:MIME-Version; i=hal=3Dcodeschool.com@mail57.wdc03.rsgsv.net;
 bh=Xt+puGOrKkJFfJe1o5erdi5tZ/c=;
 b=x0/6aiBb4fxhD9ZNAdGJsrB0gJ9jVPCi2h6OpfOL/dxrQpudh/ctHOgqowNiW0HfYPPhPHUyBbB5
   jp1yPpNIvUb7APmU8zex7o5H2Awtbbh4dCNEB2ntQ5nnUKsSK/jpTMbJZNzCDritS7sHIwUjBBAM
   cqqT8f6n6/O86WRfUkY=
DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=k1; d=mail57.wdc03.rsgsv.net;
 b=z5TfpW4ZoYOzc5m3lgllF04Vbf5uk9ngAgCN8CD5DnJr8/7FT25roal7qsKf717n7uYey0mrGZKg
   DetQJeqzpILqKT8pGILd7O1tNEaPo9N/nqEb2n5f+k88FCtUKIEZ1hs2wAX72iMwGhX7eLznY141
   wW4iFE2MISO9HeRMvgY=;
Received: from (127.0.0.1) by mail57.wdc03.rsgsv.net id hn3bqm1jvlo2 for <christoper@ssf.com.mx>; Wed, 29 Jul 2015 13:39:53 +0000 (envelope-from <bounce-mc.us5_10342275.58617-christoper=ssf.com.mx@mail57.wdc03.rsgsv.net>)
Subject: =?utf-8?Q?=F0=9F=9A=80=C2=A0New=20Course=20Launched=3A=20Regular=20Expressions?=
From: =?utf-8?Q?Gregg=20at=20Code=20School?= <hal@codeschool.com>
Reply-To: =?utf-8?Q?Gregg=20at=20Code=20School?= <hal@codeschool.com>
To: <christoper@ssf.com.mx>
Date: Wed, 29 Jul 2015 13:39:53 +0000
Message-ID: <8234ed62d6a7fa87721ff1d8ab2beb48d48.20150729133904@mail57.wdc03.rsgsv.net>
X-Mailer: MailChimp Mailer - **CIDc69314b997b2beb48d48**
X-Campaign: mailchimp8234ed62d6a7fa87721ff1d8a.c69314b997
X-campaignid: mailchimp8234ed62d6a7fa87721ff1d8a.c69314b997
X-Report-Abuse: Please report abuse for this campaign here: http://www.mailchimp.com/abuse/abuse.phtml?u=8234ed62d6a7fa87721ff1d8a&id=c69314b997&e=b2beb48d48
X-MC-User: 8234ed62d6a7fa87721ff1d8a
X-Feedback-ID: 10342275:10342275.58617:us5:mc
List-ID: 8234ed62d6a7fa87721ff1d8amc list <8234ed62d6a7fa87721ff1d8a.24393.list-id.mcsv.net>
X-Accounttype: pd
List-Unsubscribe: <mailto:unsubscribe-mc.us5_8234ed62d6a7fa87721ff1d8a.c69314b997-b2beb48d48@mailin1.us2.mcsv.net?subject=unsubscribe>, <http://CodeSchool.us5.list-manage.com/unsubscribe?u=8234ed62d6a7fa87721ff1d8a&id=b819d211aa&e=b2beb48d48&c=c69314b997>
Sender: "Gregg at Code School" <hal=codeschool.com@mail57.wdc03.rsgsv.net>
x-mcda: FALSE
Content-Type: multipart/alternative; boundary="_----------=_MCPart_1247252714"
MIME-Version: 1.0
X-Spam-Status: No, score=-1.4
X-Spam-Score: -13
X-Spam-Bar: -
X-Ham-Report: Spam detection software, running on the system "vishnu.hosting-mexico.net",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 root\@localhost for details.
 
 Content preview:  http://CodeSchool.us5.list-manage1.com/track/click?u=8234ed62d6a7fa87721ff1d8a&id=4007963f31&e=b2beb48d48
    ice Breaking the Ice with Regular Expressions Search for text patterns using
    regular expressions and learn to validate emails and URLs, capture information,
    and use simple patterns to save development time. Play the Course (http://CodeSchool.us5.list-manage1.com/track/click?u=8234ed62d6a7fa87721ff1d8a&id=de04838bab&e=b2beb48d48)
    What You'll Learn Badge - Level 1 Level 1 - The String Story Learn what regular
    expressions are, and write your first expression. Discover literals, operators,
    character sets, modifiers, and metacharacters. Badge - Level 2 Level 2 -
   Crew Emails Journey into validating emails with wildcards, escaping characters,
    groups, and anchors. Badge - Level 2 Level 3 - Confirmative Take a voyage
    to the edge with word boundaries and creating optional variations. Negate
    characters within character sets, and then use the negated shorthand. Finally,
    match specific amounts of characters with interval expressions. Badge - Level
    4 Level 4 - Multi-line Strings Discover multi-line strings, and journey deeper
    with much larger subject strings. Search the globe and properly drop anchors
    with global and multi-line modifiers. Badge - Level 5 Level 5 - Capture Groups
    Grab the loot with capture groups, and learn how to extract sections of text
    for reference. Also discover when it's appropriate to have groups not capture.
    Get started with your icy adventure now! Play the Course (http://CodeSchool.us5.list-manage.com/track/click?u=8234ed62d6a7fa87721ff1d8a&id=47d091ca36&e=b2beb48d48)
    [...] 
 
 Content analysis details:   (-1.4 points, 5.0 required)
 
  pts rule name              description
 ---- ---------------------- --------------------------------------------------
  0.0 URIBL_BLOCKED          ADMINISTRATOR NOTICE: The query to URIBL was blocked.
                             See
                             http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block
                              for more information.
                             [URIs: mailchimp.com]
 -0.0 RCVD_IN_DNSWL_NONE     RBL: Sender listed at http://www.dnswl.org/, no
                             trust
                             [205.201.131.57 listed in list.dnswl.org]
 -0.0 RCVD_IN_MSPIKE_H3      RBL: Good reputation (+3)
                             [205.201.131.57 listed in wl.mailspike.net]
 -0.0 SPF_HELO_PASS          SPF: HELO matches SPF record
  0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail
                             domains are different
 -0.0 SPF_PASS               SPF: sender matches SPF record
 -1.4 RP_MATCHES_RCVD        Envelope sender domain matches handover relay domain
  0.0 HTML_MESSAGE           BODY: HTML included in message
  0.1 DKIM_SIGNED            Message has a DKIM or DK signature, not necessarily valid
 -0.1 DKIM_VALID             Message has at least one valid DKIM or DK signature
 -0.0 RCVD_IN_MSPIKE_WL      Mailspike good senders
X-Spam-Flag: NO

This is a multi-part message in MIME format

--_----------=_MCPart_1247252714
Content-Type: text/plain; charset="utf-8"; format="fixed"
Content-Transfer-Encoding: quoted-printable

http://CodeSchool.us5.list-manage1.com/track/click?u=3D8234ed62d6a7fa87721=
ff1d8a&id=3D4007963f31&e=3Db2beb48d48

ice
Breaking the Ice with Regular Expressions

Search for text patterns using regular expressions and learn to validate e=
mails and URLs=2C capture information=2C and use simple patterns to save d=
evelopment time.
Play the Course (http://CodeSchool.us5.list-manage1.com/track/click?u=3D82=
34ed62d6a7fa87721ff1d8a&id=3Dde04838bab&e=3Db2beb48d48)
What You'll Learn
Badge - Level 1
Level 1 - The String Story
Learn what regular expressions are=2C and write your first expression. Dis=
cover literals=2C operators=2C character sets=2C modifiers=2C and metachar=
acters.
Badge - Level 2
Level 2 - Crew Emails
Journey into validating emails with wildcards=2C escaping characters=2C gr=
oups=2C and anchors.
Badge - Level 2
Level 3 - Confirmative
Take a voyage to the edge with word boundaries and creating optional varia=
tions. Negate characters within character sets=2C and then use the negated=
 shorthand. Finally=2C match specific amounts of characters with interval=
 expressions.
Badge - Level 4
Level 4 - Multi-line Strings
Discover multi-line strings=2C and journey deeper with much larger subject=
 strings. Search the globe and properly drop anchors with global and multi=
-line modifiers.
Badge - Level 5
Level 5 - Capture Groups
Grab the loot with capture groups=2C and learn how to extract sections of=
 text for reference. Also discover when it's appropriate to have groups no=
t capture.
Get started with your icy adventure now!
Play the Course (http://CodeSchool.us5.list-manage.com/track/click?u=3D823=
4ed62d6a7fa87721ff1d8a&id=3D47d091ca36&e=3Db2beb48d48)

Have questions or need assistance? codeschool.com/support
Edit your email settings (http://CodeSchool.us5.list-manage1.com/track/cli=
ck?u=3D8234ed62d6a7fa87721ff1d8a&id=3D7fbe424dde&e=3Db2beb48d48)   =
  Unsubscribe (http://CodeSchool.us5.list-manage.com/unsubscribe?u=3D8234e=
d62d6a7fa87721ff1d8a&id=3Db819d211aa&e=3Db2beb48d48&c=3Dc69314b997)
http://CodeSchool.us5.list-manage.com/track/click?u=3D8234ed62d6a7fa87721f=
f1d8a&id=3Dfd8ca0a653&e=3Db2beb48d48
http://CodeSchool.us5.list-manage.com/track/click?u=3D8234ed62d6a7fa87721f=
f1d8a&id=3D48e1d1460c&e=3Db2beb48d48   http://CodeSchool.us5.list-ma=
nage.com/track/click?u=3D8234ed62d6a7fa87721ff1d8a&id=3D3d45650cf9&e=3D=
b2beb48d48   http://CodeSchool.us5.list-manage.com/track/click?u=3D8234=
ed62d6a7fa87721ff1d8a&id=3D88fb1cf326&e=3Db2beb48d48   http://CodeSc=
hool.us5.list-manage.com/track/click?u=3D8234ed62d6a7fa87721ff1d8a&id=3Db0=
75139768&e=3Db2beb48d48
http://CodeSchool.us5.list-manage.com/track/click?u=3D8234ed62d6a7fa87721f=
f1d8a&id=3Dd158fd6d2e&e=3Db2beb48d48
Code School
618 E South Street
Suite 620
Orlando=2C FL 32801
USA
=C2=A9 2015 Code School LLC. Crafted lovingly in Orlando=2C Florida.
http://CodeSchool.us5.list-manage1.com/track/click?u=3D8234ed62d6a7fa87721=
ff1d8a&id=3De7497796ab&e=3Db2beb48d48
--_----------=_MCPart_1247252714
Content-Type: text/html; charset="us-ascii"

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta content="width=device-width, initial-scale=1.0" name="viewport">
    <title>Announcement Regex Paid</title>
  </head>
  <body style="margin: 0; padding: 0;">
    <table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="header" width="100%">
      <tr>
        <td align="center" style="border-bottom: 1px solid #f7f7f7; padding: 12px 0;">
          <a href="http://CodeSchool.us5.list-manage1.com/track/click?u=8234ed62d6a7fa87721ff1d8a&id=c1b5e3d70a&e=b2beb48d48">
            <img alt="Code School" border="0" src="https://gallery.mailchimp.com/8234ed62d6a7fa87721ff1d8a/images/3b956e42-1381-4d47-8332-808334d3b280.png" width="190">
          </a>
        </td>
      </tr>
    </table>
    <style type="text/css">
      table {
        border-collapse: collapse;
        border-spacing: 0; }
      
      td.text,
      .has-btn {
        mso-line-height-rule: exactly;
        -webkit-font-smoothing: antialiased;
        -ms-text-size-adjust: none;
        -webkit-text-size-adjust: none; }
      
      @media screen and (max-width: 600px) {
        .text {
          font-size: 14px !important;
          line-height: 21px !important; }
      
        .h1 {
          font-size: 20px !important; }
      
        .h2 {
          font-size: 18px !important; }
      
        .h3 {
          font-size: 16px !important; }
      
        .h4 {
          font-size: 14px !important; }
      
        .h5 {
          font-size: 14px !important; }
      
        table {
          line-height: 1.5 !important; }
      
        .h1, .h2, .h3, .h4, .h5 {
          line-height: 1.2 !important; }
      
        .cs-logo {
          width: 120px !important; }
      
        .flex-size {
          max-width: 100% !important;
          width: 100% !important; }
      
        .flex-size img {
          max-width: 100% !important; }
      
        .s-height {
          height: 10px !important; }
      
        .s-hf {
          height: 0 !important; }
      
        .s-paf {
          padding: 0 !important; }
      
        .s-plf {
          padding-left: 0 !important; }
      
        .s-prf {
          padding-right: 0 !important; }
      
        .s-pts {
          padding-top: 8px !important; }
      
        .s-ptm {
          padding-top: 15px !important; }
      
        .s-tac {
          text-align: center !important; }
      
        .s-tal {
          text-align: left !important; }
      
        .maskLink-footer a {
          color: #a5a6a7 !important; } }
      @media screen and (min-device-width: 375px) and (max-device-width: 667px) {
        table {
          font-size: 16px !important; }
      
        table.footer-content {
          font-size: 12px !important; } }
      .btn-a {
        box-shadow: 0 5px 0 #592391;
        position: relative; }
      
      .btn-a:before {
        background: url("https://gallery.mailchimp.com/8234ed62d6a7fa87721ff1d8a/images/6df2043b-c6fc-4e29-980b-41f38a4cbd45.png") center -10px no-repeat;
        background-size: 100% auto;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0; }
      
      .footer a {
        color: #a5a6a7; }
    </style>
    <style type="text/css">
      @media screen and (-webkit-min-device-pixel-ratio:0) {
      .snow {
      -webkit-animation: snow 12s 1 forwards;
      background: url('https://gallery.mailchimp.com/8234ed62d6a7fa87721ff1d8a/images/e98435d3-8793-4dd7-b490-af821e212a8b.png'), url('https://gallery.mailchimp.com/8234ed62d6a7fa87721ff1d8a/images/b3022f58-75e0-440d-bc7e-3622517931fe.png');
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      overflow: hidden;
      top: 0;
      z-index: 1; }
      .flex-size {
      position: relative;
      z-index: 2;
      }
      @-webkit-keyframes snow {
      0% {background-position: 0px 0px; 0px 0px; opacity: 1; }
      80% {background-position: 10% 80%, -10% 80%; opacity: 0; }
      100% {background-position: 10% 100%, -10% 100%; opacity: 0; }
      }
      }
    </style>
    <table bgcolor="#39ade3" border="0" cellpadding="0" cellspacing="0" style="background: url('https://gallery.mailchimp.com/8234ed62d6a7fa87721ff1d8a/images/38045696-8b3f-4e0d-bff2-ca2905051002.jpg') center top #39ade3; background-size: cover;" width="100%">
      <tr>
        <td align="center" style="padding: 0 20px 48px 20px; position: relative;">
          <div class="snow"></div>
          <img alt="ice" class="flex-size" src="https://gallery.mailchimp.com/8234ed62d6a7fa87721ff1d8a/images/a0e485f6-2888-4d75-83ca-df714515b40f.png" style="display: block; max-width: 100%;" width="100%">
          <!--[if (IE)|mso]>
          <table align='center' border='0' cellpadding='0' cellspacing='0' width='600'>
          <tr>
          <td>
          <![endif]-->
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="flex-size" style="max-width: 600px;" width="100%">
            <tr>
              <td align="left">
                <img alt="Breaking the Ice with Regular Expressions" src="https://gallery.mailchimp.com/8234ed62d6a7fa87721ff1d8a/images/9234590e-87d6-4020-8557-eb7552ed7d67.png" style="display: block; max-width: 100%;" width="600">
              </td>
            </tr>
            <tr>
              <td align="left" height="16">&nbsp;</td>
            </tr>
            <tr>
              <td align="left" class="text" style="color: #ffffff; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: bold; line-height: 24px;">
                Search for text patterns using regular expressions and learn to validate emails and URLs, capture information, and use simple patterns to save development time.
              </td>
            </tr>
            <tr>
              <td align="center" style="padding-top: 32px;">
                <!--[if mso]>
                  <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="http://campus.codeschool.com/courses/breaking-the-ice-with-regular-expressions/?utm_medium=email&utm_campaign=announcement_regex&utm_source=mailchimp&utm_content=null" style="height:42px;v-text-anchor:middle;width:220px;" arcsize="250%" stroke="f" fillcolor="#985cd5">
                  <w:anchorlock/>
                  <center>
                <![endif]-->
                <a class="btn-a" href="http://CodeSchool.us5.list-manage1.com/track/click?u=8234ed62d6a7fa87721ff1d8a&id=950c568ef0&e=b2beb48d48" style="background-color:#985cd5; border-radius:6px; color:#ffffff; display:inline-block; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size:14px; font-weight:bold; line-height:42px; text-align:center; text-decoration:none; text-transform: uppercase; width:220px;">Play the Course</a>
                <!--[if mso]>
                  </center>
                  </v:roundrect>
                <![endif]-->
              </td>
            </tr>
          </table>
          <!--[if (IE)|mso]>
          </td>
          </tr>
          </table>
          <![endif]-->
          <!--[if (IE)|mso]>
          <table align='center' border='0' cellpadding='0' cellspacing='0' width='600'>
          <tr>
          <td>
          <![endif]-->
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="flex-size" style="max-width: 600px;" width="100%">
            <tr>
              <td align="center" class="text h2" style="color: #ffffff; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 28px; font-weight: bold; line-height: 42px; padding: 48px 0 16px 0;">
                What You'll Learn
              </td>
            </tr>
            <tr>
              <td align="left" bgcolor="#a9daf1" class="text" style="background: url('https://gallery.mailchimp.com/8234ed62d6a7fa87721ff1d8a/images/ce2573a4-a607-4d7e-84b1-9f59012913c6.png'); box-shadow: 0 2px 0 1px rgba(30, 165, 205, 0.8), 0 -1px 0 rgba(255, 255, 255, 0.8); color: #0b3449; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; padding: 10px; -webkit-transform: skew(2deg, 1deg);">
                <div class="unskew" style="-webkit-transform: skew(-2deg, -1deg);">
                  <!--[if (IE)|mso]>
                  <table align='center' border='0' cellpadding='0' cellspacing='0' width='580'>
                  <tr>
                  <td>
                  <![endif]-->
                  <table align="center" border="0" cellpadding="0" cellspacing="0" class="flex-size" style="max-width: 580px;" width="100%">
                    <tr>
                      <td style="font-size: 0; text-align: center;">
                        <div style="display: inline-block; vertical-align: top;">
                          <table align="left" border="0" cellpadding="0" cellspacing="0" class="content" width="110">
                            <tr>
                              <td align="left" style="color: #ffffff; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px;">
                                <img alt="Badge - Level 1" src="https://gallery.mailchimp.com/8234ed62d6a7fa87721ff1d8a/images/be9b32d0-63cf-4423-aa1e-eaf13637a601.png" style="display: block; max-width: 100%;" width="110">
                              </td>
                            </tr>
                          </table>
                        </div>
                        <!--[if mso]>
                        </td>
                        <td>
                        <![endif]-->
                        <div style="display: inline-block; vertical-align: top;">
                          <!--[if (IE)|mso]>
                          <table align='center' border='0' cellpadding='0' cellspacing='0' width='470'>
                          <tr>
                          <td>
                          <![endif]-->
                          <table align="left" border="0" cellpadding="0" cellspacing="0" class="content" style="max-width: 470px;">
                            <tr>
                              <td align="left" class="text h5" style="color: #0b3449; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: bold; line-height: 24px; padding: 8px 0 0 16px;">
                                Level 1 - The String Story
                              </td>
                            </tr>
                            <tr>
                              <td align="left" style="color: #0b3449; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; padding: 0 0 16px 16px;">
                                Learn what regular expressions are, and write your first expression. Discover literals, operators, character sets, modifiers, and metacharacters.
                              </td>
                            </tr>
                          </table>
                          <!--[if (IE)|mso]>
                          </td>
                          </tr>
                          </table>
                          <![endif]-->
                        </div>
                      </td>
                    </tr>
                  </table>
                  <!--[if (IE)|mso]>
                  </td>
                  </tr>
                  </table>
                  <![endif]-->
                </div>
              </td>
            </tr>
            <tr>
              <td align="left" bgcolor="#a9daf1" class="text" style="background: url('https://gallery.mailchimp.com/8234ed62d6a7fa87721ff1d8a/images/ce2573a4-a607-4d7e-84b1-9f59012913c6.png'); box-shadow: 0 2px 0 1px rgba(30, 165, 205, 0.8), 0 -1px 0 rgba(255, 255, 255, 0.8); color: #0b3449; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; padding: 10px; -webkit-transform: skew(-2deg, -1deg);">
                <div class="unskew" style="-webkit-transform: skew(2deg, 1deg);">
                  <!--[if (IE)|mso]>
                  <table align='center' border='0' cellpadding='0' cellspacing='0' width='580'>
                  <tr>
                  <td>
                  <![endif]-->
                  <table align="center" border="0" cellpadding="0" cellspacing="0" class="flex-size" style="max-width: 580px;" width="100%">
                    <tr>
                      <td style="font-size: 0; text-align: center;">
                        <div style="display: inline-block; vertical-align: top;">
                          <table align="left" border="0" cellpadding="0" cellspacing="0" class="content" width="110">
                            <tr>
                              <td align="left" style="color: #ffffff; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; padding: 8px 0;">
                                <img alt="Badge - Level 2" src="https://gallery.mailchimp.com/8234ed62d6a7fa87721ff1d8a/images/0160fb54-57a5-4570-b0d2-7b955504f7d0.png" style="display: block; max-width: 100%;" width="110">
                              </td>
                            </tr>
                          </table>
                        </div>
                        <!--[if mso]>
                        </td>
                        <td>
                        <![endif]-->
                        <div style="display: inline-block; vertical-align: top;">
                          <!--[if (IE)|mso]>
                          <table align='center' border='0' cellpadding='0' cellspacing='0' width='470'>
                          <tr>
                          <td>
                          <![endif]-->
                          <table align="left" border="0" cellpadding="0" cellspacing="0" class="content" style="max-width: 470px;">
                            <tr>
                              <td align="left" class="text h5" style="color: #0b3449; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: bold; line-height: 24px; padding: 16px 0 0 16px;">
                                Level 2 - Crew Emails
                              </td>
                            </tr>
                            <tr>
                              <td align="left" style="color: #0b3449; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; padding: 0 0 16px 16px;">
                                Journey into validating emails with wildcards, escaping characters, groups, and anchors.
                              </td>
                            </tr>
                          </table>
                          <!--[if (IE)|mso]>
                          </td>
                          </tr>
                          </table>
                          <![endif]-->
                        </div>
                      </td>
                    </tr>
                  </table>
                  <!--[if (IE)|mso]>
                  </td>
                  </tr>
                  </table>
                  <![endif]-->
                </div>
              </td>
            </tr>
            <tr>
              <td align="left" bgcolor="#a9daf1" class="text" style="background: url('https://gallery.mailchimp.com/8234ed62d6a7fa87721ff1d8a/images/ce2573a4-a607-4d7e-84b1-9f59012913c6.png'); box-shadow: 0 2px 0 1px rgba(30, 165, 205, 0.8), 0 -1px 0 rgba(255, 255, 255, 0.8); color: #0b3449; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; padding: 10px; -webkit-transform: skew(2deg, 2deg);">
                <div class="unskew" style="-webkit-transform: skew(-2deg, -2deg);">
                  <!--[if (IE)|mso]>
                  <table align='center' border='0' cellpadding='0' cellspacing='0' width='580'>
                  <tr>
                  <td>
                  <![endif]-->
                  <table align="center" border="0" cellpadding="0" cellspacing="0" class="flex-size" style="max-width: 580px;" width="100%">
                    <tr>
                      <td style="font-size: 0; text-align: center;">
                        <div style="display: inline-block; vertical-align: top;">
                          <table align="left" border="0" cellpadding="0" cellspacing="0" class="content" width="110">
                            <tr>
                              <td align="left" style="color: #ffffff; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; padding-top: 16px;">
                                <img alt="Badge - Level 2" src="https://gallery.mailchimp.com/8234ed62d6a7fa87721ff1d8a/images/8b92ba6f-6a0e-420b-b3ad-2434013432d3.png" style="display: block; max-width: 100%;" width="110">
                              </td>
                            </tr>
                          </table>
                        </div>
                        <!--[if mso]>
                        </td>
                        <td>
                        <![endif]-->
                        <div style="display: inline-block; vertical-align: top;">
                          <!--[if (IE)|mso]>
                          <table align='center' border='0' cellpadding='0' cellspacing='0' width='470'>
                          <tr>
                          <td>
                          <![endif]-->
                          <table align="left" border="0" cellpadding="0" cellspacing="0" class="content" style="max-width: 470px;">
                            <tr>
                              <td align="left" class="text h5" style="color: #0b3449; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: bold; line-height: 24px; padding: 16px 0 0 16px;">
                                Level 3 - Confirmative
                              </td>
                            </tr>
                            <tr>
                              <td align="left" style="color: #0b3449; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; padding: 0 0 16px 16px;">
                                Take a voyage to the edge with word boundaries and creating optional variations. Negate characters within character sets, and then use the negated shorthand. Finally, match specific amounts of characters with interval expressions.
                              </td>
                            </tr>
                          </table>
                          <!--[if (IE)|mso]>
                          </td>
                          </tr>
                          </table>
                          <![endif]-->
                        </div>
                      </td>
                    </tr>
                  </table>
                  <!--[if (IE)|mso]>
                  </td>
                  </tr>
                  </table>
                  <![endif]-->
                </div>
              </td>
            </tr>
            <tr>
              <td align="left" bgcolor="#a9daf1" class="text" style="background: url('https://gallery.mailchimp.com/8234ed62d6a7fa87721ff1d8a/images/ce2573a4-a607-4d7e-84b1-9f59012913c6.png'); box-shadow: 0 2px 0 1px rgba(30, 165, 205, 0.8), 0 -1px 0 rgba(255, 255, 255, 0.8); color: #0b3449; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; padding: 10px; -webkit-transform: skew(2deg, 2deg);">
                <div class="unskew" style="-webkit-transform: skew(-2deg, -2deg);">
                  <!--[if (IE)|mso]>
                  <table align='center' border='0' cellpadding='0' cellspacing='0' width='580'>
                  <tr>
                  <td>
                  <![endif]-->
                  <table align="center" border="0" cellpadding="0" cellspacing="0" class="flex-size" style="max-width: 580px;" width="100%">
                    <tr>
                      <td style="font-size: 0; text-align: center;">
                        <div style="display: inline-block; vertical-align: top;">
                          <table align="left" border="0" cellpadding="0" cellspacing="0" class="content" width="110">
                            <tr>
                              <td align="left" style="color: #ffffff; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; padding-bottom: 16px;">
                                <img alt="Badge - Level 4" src="https://gallery.mailchimp.com/8234ed62d6a7fa87721ff1d8a/images/39110594-78a0-442d-bb81-8579e1f55f51.png" style="display: block; max-width: 100%;" width="110">
                              </td>
                            </tr>
                          </table>
                        </div>
                        <!--[if mso]>
                        </td>
                        <td>
                        <![endif]-->
                        <div style="display: inline-block; vertical-align: top;">
                          <!--[if (IE)|mso]>
                          <table align='center' border='0' cellpadding='0' cellspacing='0' width='470'>
                          <tr>
                          <td>
                          <![endif]-->
                          <table align="left" border="0" cellpadding="0" cellspacing="0" class="content" style="max-width: 470px;">
                            <tr>
                              <td align="left" class="text h5" style="color: #0b3449; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: bold; line-height: 24px; padding: 8px 0 0 16px;">
                                Level 4 - Multi-line Strings
                              </td>
                            </tr>
                            <tr>
                              <td align="left" style="color: #0b3449; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; padding: 0 0 16px 16px;">
                                Discover multi-line strings, and journey deeper with much larger subject strings. Search the globe and properly drop anchors with global and multi-line modifiers.
                              </td>
                            </tr>
                          </table>
                          <!--[if (IE)|mso]>
                          </td>
                          </tr>
                          </table>
                          <![endif]-->
                        </div>
                      </td>
                    </tr>
                  </table>
                  <!--[if (IE)|mso]>
                  </td>
                  </tr>
                  </table>
                  <![endif]-->
                </div>
              </td>
            </tr>
            <tr>
              <td align="left" bgcolor="#a9daf1" class="text" style="background: url('https://gallery.mailchimp.com/8234ed62d6a7fa87721ff1d8a/images/ce2573a4-a607-4d7e-84b1-9f59012913c6.png'); box-shadow: 0 2px 0 1px rgba(30, 165, 205, 0.8), 0 -1px 0 rgba(255, 255, 255, 0.8); color: #0b3449; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; padding: 10px; -webkit-transform: skew(3deg, -1deg);">
                <div class="unskew" style="-webkit-transform: skew(-3deg, 1deg);">
                  <!--[if (IE)|mso]>
                  <table align='center' border='0' cellpadding='0' cellspacing='0' width='580'>
                  <tr>
                  <td>
                  <![endif]-->
                  <table align="center" border="0" cellpadding="0" cellspacing="0" class="flex-size" style="max-width: 580px;" width="100%">
                    <tr>
                      <td style="font-size: 0; text-align: center;">
                        <div style="display: inline-block; vertical-align: top;">
                          <table align="left" border="0" cellpadding="0" cellspacing="0" class="content" width="110">
                            <tr>
                              <td align="left" style="color: #ffffff; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; padding: 16px 0;">
                                <img alt="Badge - Level 5" src="https://gallery.mailchimp.com/8234ed62d6a7fa87721ff1d8a/images/fd95d618-9ddb-4fc3-a1a9-5411f706c818.png" style="display: block; max-width: 100%;" width="110">
                              </td>
                            </tr>
                          </table>
                        </div>
                        <!--[if mso]>
                        </td>
                        <td>
                        <![endif]-->
                        <div style="display: inline-block; vertical-align: top;">
                          <!--[if (IE)|mso]>
                          <table align='center' border='0' cellpadding='0' cellspacing='0' width='470'>
                          <tr>
                          <td>
                          <![endif]-->
                          <table align="left" border="0" cellpadding="0" cellspacing="0" class="content" style="max-width: 470px;">
                            <tr>
                              <td align="left" class="text h5" style="color: #0b3449; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: bold; line-height: 24px; padding: 16px 0 0 16px;">
                                Level 5 - Capture Groups
                              </td>
                            </tr>
                            <tr>
                              <td align="left" style="color: #0b3449; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; padding-left: 16px;">
                                Grab the loot with capture groups, and learn how to extract sections of text for reference. Also discover when it's appropriate to have groups not capture.
                              </td>
                            </tr>
                          </table>
                          <!--[if (IE)|mso]>
                          </td>
                          </tr>
                          </table>
                          <![endif]-->
                        </div>
                      </td>
                    </tr>
                  </table>
                  <!--[if (IE)|mso]>
                  </td>
                  </tr>
                  </table>
                  <![endif]-->
                </div>
              </td>
            </tr>
            <tr>
              <td align="center" class="text h5" style="color: #ffffff; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: bold; line-height: 24px; padding-top: 32px;">
                Get started with your icy adventure now!
              </td>
            </tr>
            <tr>
              <td align="center" style="padding-top: 32px;">
                <!--[if mso]>
                  <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="http://campus.codeschool.com/courses/breaking-the-ice-with-regular-expressions/?utm_medium=email&utm_campaign=announcement_regex&utm_source=mailchimp&utm_content=null" style="height:42px;v-text-anchor:middle;width:220px;" arcsize="250%" stroke="f" fillcolor="#985cd5">
                  <w:anchorlock/>
                  <center>
                <![endif]-->
                <a class="btn-a" href="http://CodeSchool.us5.list-manage1.com/track/click?u=8234ed62d6a7fa87721ff1d8a&id=b3fae2a8a2&e=b2beb48d48" style="background-color:#985cd5; border-radius:6px; color:#ffffff; display:inline-block; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size:14px; font-weight:bold; line-height:42px; text-align:center; text-decoration:none; text-transform: uppercase; width:220px;">Play the Course</a>
                <!--[if mso]>
                  </center>
                  </v:roundrect>
                <![endif]-->
              </td>
            </tr>
          </table>
          <!--[if (IE)|mso]>
          </td>
          </tr>
          </table>
          <![endif]-->
        </td>
      </tr>
    </table>
    <table bgcolor="#2d3033" border="0" cellpadding="0" cellspacing="0" class="wrapper" style="color: #a5a6a7; font-size: 12px;" width="100%">
      <tr>
        <td>
          <!--[if (IE)|mso]>
          <table align='center' border='0' cellpadding='0' cellspacing='0' width='600'>
          <tr>
          <td>
          <![endif]-->
          <table align="center" border="0" cellpadding="0" cellspacing="0" class="flex-size" style="max-width: 600px;" width="100%">
            <tr>
              <td style="font-size: 0; text-align: center;">
                <div style="display: inline-block; vertical-align: top;">
                  <table align="left" border="0" cellpadding="0" cellspacing="0" class="content footer" width="300">
                    <tr>
                      <td align="left" class="text s-tac" style="color: #a5a6a7; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 18px; padding-top: 32px;">
                        Have questions or need assistance?
                        <a href="http://CodeSchool.us5.list-manage1.com/track/click?u=8234ed62d6a7fa87721ff1d8a&id=168aa93b13&e=b2beb48d48" style="color: #a5a6a7">codeschool.com/support</a>
                      </td>
                    </tr>
                    <tr>
                      <td align="left" class="text s-tac" style="color: #a5a6a7; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 18px; padding-top: 16px;">
                        <a href="http://CodeSchool.us5.list-manage2.com/track/click?u=8234ed62d6a7fa87721ff1d8a&id=903832520d&e=b2beb48d48" style="color: #a5a6a7;">Edit your email settings</a>
                        &nbsp; &nbsp;
                        <a href="http://CodeSchool.us5.list-manage.com/unsubscribe?u=8234ed62d6a7fa87721ff1d8a&id=b819d211aa&e=b2beb48d48&c=c69314b997" style="color: #a5a6a7;">
                          Unsubscribe
                        </a>
                      </td>
                    </tr>
                  </table>
                </div>
                <!--[if (IE)|mso]>
                </td>
                <td>
                <![endif]-->
                <div style="display: inline-block; vertical-align: top;">
                  <table align="left" border="0" cellpadding="0" cellspacing="0" class="content" width="300">
                    <tr>
                      <td align="right" class="s-tac o-app-store" style="padding-top: 32px;">
                        <a href="http://CodeSchool.us5.list-manage.com/track/click?u=8234ed62d6a7fa87721ff1d8a&id=7c732f9f2a&e=b2beb48d48" style="text-decoration: none;">
                          <img alt="Download the Code School app on the app store" border="0" src="https://gallery.mailchimp.com/8234ed62d6a7fa87721ff1d8a/images/f24caf18-6ec3-4492-b5ea-352f6248a789.png" width="140">
                        </a>
                      </td>
                    </tr>
                    <tr>
                      <td align="right" class="s-tac" style="font-size: 12px; line-height: 30px; padding-top: 16px;">
                        <a href="http://CodeSchool.us5.list-manage.com/track/click?u=8234ed62d6a7fa87721ff1d8a&id=8950cab81a&e=b2beb48d48" style="text-decoration: none;">
                          <img alt="Twitter Icon" border="0" height="24" src="http://d367zuf2xzw0m3.cloudfront.net/common/social-twitter.png" width="24">
                        </a>
                        &nbsp;
                        <a href="http://CodeSchool.us5.list-manage2.com/track/click?u=8234ed62d6a7fa87721ff1d8a&id=3bea8963b1&e=b2beb48d48" style="text-decoration: none;">
                          <img alt="Facebook Icon" border="0" height="24" src="http://d367zuf2xzw0m3.cloudfront.net/common/social-facebook.png" width="24">
                        </a>
                        &nbsp;
                        <a href="http://CodeSchool.us5.list-manage2.com/track/click?u=8234ed62d6a7fa87721ff1d8a&id=c96c2559ca&e=b2beb48d48" style="text-decoration: none;">
                          <img alt="Youtube Icon" border="0" height="24" src="https://gallery.mailchimp.com/8234ed62d6a7fa87721ff1d8a/images/email_social_youtube.png" width="24">
                        </a>
                        &nbsp;
                        <a href="http://CodeSchool.us5.list-manage.com/track/click?u=8234ed62d6a7fa87721ff1d8a&id=2d826f0cfe&e=b2beb48d48" style="text-decoration: none;">
                          <img alt="Google+ Icon" border="0" height="24" src="https://gallery.mailchimp.com/8234ed62d6a7fa87721ff1d8a/images/email_social_gplus.png" width="24">
                        </a>
                      </td>
                    </tr>
                  </table>
                </div>
              </td>
            </tr>
          </table>
          <!--[if (IE)|mso]>
          </td>
          </tr>
          </table>
          <![endif]-->
          <table bgcolor="#2d3033" border="0" cellpadding="0" cellspacing="0" class="content footer" style="color: #a5a6a7;" width="100%">
            <tr>
              <td align="center" style="padding-top: 24px;">
                <a href="http://CodeSchool.us5.list-manage2.com/track/click?u=8234ed62d6a7fa87721ff1d8a&id=63011c1fc6&e=b2beb48d48">
                  <img alt="Code School - a Pluralsight Company" border="0" src="https://gallery.mailchimp.com/8234ed62d6a7fa87721ff1d8a/images/93aed0a5-2afa-4e21-b5ec-2b9f2a9473c0.png" width="240">
                </a>
              </td>
            </tr>
            <tr>
              <td align="center" style="color: #a5a6a7; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 18px; padding-top: 16px;">
                <span class="maskLink-footer">Code School
618 E South Street
Suite 620
Orlando, FL 32801
USA</span>
              </td>
            </tr>
            <tr>
              <td align="center" style="color: #a5a6a7; font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif; font-size: 12px; line-height: 18px; padding-top: 16px;">
                &copy; 2015 Code School LLC. Crafted lovingly in Orlando, Florida.
              </td>
            </tr>
            <tr>
              <td align="center" style="padding: 16px 0 32px;">
                <a href="http://CodeSchool.us5.list-manage.com/track/click?u=8234ed62d6a7fa87721ff1d8a&id=c4cd6e97fe&e=b2beb48d48">
                  <img alt="Pluralsight" border="0" src="https://gallery.mailchimp.com/8234ed62d6a7fa87721ff1d8a/images/ac97a163-e338-4977-84b3-2722a3dda6a4.png" width="160">
                </a>
              </td>
            </tr>
          </table>
        </td>
      </tr>
    </table>
  <img src="http://CodeSchool.us5.list-manage.com/track/open.php?u=8234ed62d6a7fa87721ff1d8a&id=c69314b997&e=b2beb48d48" height="1" width="1"></body>
</html>
--_----------=_MCPart_1247252714--
