<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Tyler Zey🔥</title>
    <description>The latest articles on DEV Community by Tyler Zey🔥 (@tylerzey).</description>
    <link>https://dev.to/tylerzey</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F46631%2Faf2c7540-fddb-4b20-97c3-d973329aa72c.jpg</url>
      <title>DEV Community: Tyler Zey🔥</title>
      <link>https://dev.to/tylerzey</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tylerzey"/>
    <language>en</language>
    <item>
      <title>My Regex Cheatsheet - 25 Example Regex Rules</title>
      <dc:creator>Tyler Zey🔥</dc:creator>
      <pubDate>Sun, 29 Apr 2018 01:35:25 +0000</pubDate>
      <link>https://dev.to/tylerzey/my-regex-cheatsheet---25-example-regex-rules-38ka</link>
      <guid>https://dev.to/tylerzey/my-regex-cheatsheet---25-example-regex-rules-38ka</guid>
      <description>&lt;p&gt;First off, sorry for the clickbait dog photo. I read my title after typing this up and it sounded way to dry. So, I added a cool picture of my dog to spice things up.&lt;/p&gt;

&lt;p&gt;...onto the post.&lt;/p&gt;

&lt;p&gt;If you're like me, Regex can sometimes elude you. I've been looking for a great course on the topic for almost 6 months now. Just something to make &lt;a href="https://regexr.com"&gt;regexr.com&lt;/a&gt; actually useful...and not a site where I randomly try strings of code until something MAGICALLY works. 😬&lt;/p&gt;

&lt;p&gt;Today, I found that course. And, I'm documenting my lessons here so that hopefully someone else can benefit.&lt;/p&gt;


&lt;div class="ltag_gist-liquid-tag"&gt;
  
&lt;/div&gt;


&lt;p&gt;In terms of using these functions, here are the most common js functions:&lt;/p&gt;

&lt;p&gt;1) exec() &lt;a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/exec"&gt;About The Function&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;This function returns an array or null.
2) test() &lt;a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test"&gt;About the function&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;This function returns true/false if it was found
3) search() &lt;a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/search"&gt;About the function&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;This function returns the index the search finds the regex at or -1 if it doesn't find anything
4) replace() &lt;a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replace"&gt;About the function&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;This function returns a new string with the search being replaced.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The best course I found for this was a JS course by Brad Travery on Udemy. &lt;a href="https://www.udemy.com/modern-javascript-from-the-beginning/"&gt;Here's the link&lt;/a&gt;. I highly recommend it. He covers some great ways to structure your JS files and more.&lt;/p&gt;

</description>
      <category>regex</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Explain Javascript Module Revealing Pattern Like I'm Five</title>
      <dc:creator>Tyler Zey🔥</dc:creator>
      <pubDate>Wed, 04 Apr 2018 13:35:29 +0000</pubDate>
      <link>https://dev.to/tylerzey/javascript-module-revealing-pattern-4g80</link>
      <guid>https://dev.to/tylerzey/javascript-module-revealing-pattern-4g80</guid>
      <description></description>
      <category>explainlikeimfive</category>
    </item>
  </channel>
</rss>
