<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Regular Expression in ArcGIS Data Reviewer Questions</title>
    <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/regular-expression/m-p/276674#M433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the text filed want to check first two character must be a numeric for that configured [0-9]{2}.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. 34L - Correct&lt;/P&gt;&lt;P&gt;2. 4L - Wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but for both records it is marking an error in the DataReviewer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jan 2020 10:14:50 GMT</pubDate>
    <dc:creator>M_DJohnson</dc:creator>
    <dc:date>2020-01-08T10:14:50Z</dc:date>
    <item>
      <title>Regular Expression</title>
      <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/regular-expression/m-p/276674#M433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the text filed want to check first two character must be a numeric for that configured [0-9]{2}.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. 34L - Correct&lt;/P&gt;&lt;P&gt;2. 4L - Wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but for both records it is marking an error in the DataReviewer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 10:14:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-reviewer-questions/regular-expression/m-p/276674#M433</guid>
      <dc:creator>M_DJohnson</dc:creator>
      <dc:date>2020-01-08T10:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regular Expression</title>
      <link>https://community.esri.com/t5/arcgis-data-reviewer-questions/regular-expression/m-p/276675#M434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi M D Johnson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #ededed;"&gt;Data Reviewer check uses the ATL regular expression engine, so some of the metacharacters have a different meaning in ATL regular expressions.&lt;/SPAN&gt;, however you can achieve the results mentioned in the post using the following regular expression :&lt;/P&gt;&lt;P&gt;[0-9][0-9]L&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more reference please see the following help topic:&amp;nbsp;&lt;A class="link-titled" href="https://desktop.arcgis.com/en/arcmap/latest/extensions/data-reviewer/validating-string-values.htm" title="https://desktop.arcgis.com/en/arcmap/latest/extensions/data-reviewer/validating-string-values.htm"&gt;Validating string values—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2020 16:56:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-reviewer-questions/regular-expression/m-p/276675#M434</guid>
      <dc:creator>KumarGaurav</dc:creator>
      <dc:date>2020-01-13T16:56:07Z</dc:date>
    </item>
  </channel>
</rss>

