<?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: Justin Loertscher</title>
    <description>The latest articles on DEV Community by Justin Loertscher (@lurchj).</description>
    <link>https://dev.to/lurchj</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1232202%2F85569879-7bf2-487a-aea9-bb425a7cb884.jpeg</url>
      <title>DEV Community: Justin Loertscher</title>
      <link>https://dev.to/lurchj</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lurchj"/>
    <language>en</language>
    <item>
      <title>My first scanning code</title>
      <dc:creator>Justin Loertscher</dc:creator>
      <pubDate>Wed, 13 Dec 2023 05:07:15 +0000</pubDate>
      <link>https://dev.to/lurchj/my-first-scanning-code-4086</link>
      <guid>https://dev.to/lurchj/my-first-scanning-code-4086</guid>
      <description>&lt;p&gt;This is one of my first projects with Codecademy and here is my code not code. Well it's at least my Psudocode. Let me know where I went wrong. I really would appreciate the help. &lt;br&gt;
Cheers&lt;/p&gt;

&lt;p&gt;define text=&lt;br&gt;
define pattern=&lt;br&gt;
set if checked boolean= False&lt;br&gt;
set if has pattern boolean= False&lt;/p&gt;

&lt;p&gt;has text been checked?&lt;br&gt;
    no:&lt;br&gt;
    if text hasn't been checked:&lt;br&gt;
    scan for pattern in text&lt;br&gt;
    if pattern found set pattern found boolean = true&lt;br&gt;
    once text is scanned set text check boolean = true&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Yes: print results, pattern found = true/false
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>pyth</category>
      <category>newbie</category>
    </item>
  </channel>
</rss>
