<?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>idea Expanded Pattern Matching in File Geodatabases (and documentation would be nice) in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idi-p/973751</link>
    <description>&lt;P&gt;I recently ran into an issue that caused me to review the &lt;A title="http://desktop.arcgis.com/en/arcmap/10.5/map/working-with-layers/sql-reference-for-query-expressions-used-in-arcgis.htm" href="http://desktop.arcgis.com/en/arcmap/10.5/map/working-with-layers/sql-reference-for-query-expressions-used-in-arcgis.htm" target="_blank" rel="noopener"&gt;SQL reference for query expressions used in ArcGIS—Help | ArcGIS Desktop&lt;/A&gt;.&amp;nbsp; In the &lt;A href="http://desktop.arcgis.com/en/arcmap/10.5/map/working-with-layers/sql-reference-for-query-expressions-used-in-arcgis.htm#GUID-940733A1-D6D1-4200-B290-24CA2E1056D4" target="_blank" rel="noopener"&gt;Strings section&lt;/A&gt; of the SQL reference I came across the following line:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;SPAN&gt;Refer to the documentation of your DBMS for a list of supported functions.&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I decided to take that advice and look up supported string functions with various DBMSs, particularly pattern matching with the SQL WHERE clause:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Oracle:&amp;nbsp; &lt;A title="https://docs.oracle.com/database/121/SQLRF/conditions007.htm#SQLRF52141" href="https://docs.oracle.com/database/121/SQLRF/conditions007.htm#SQLRF52141" target="_blank" rel="noopener"&gt;Pattern-matching Conditions&lt;/A&gt;&amp;nbsp; (Covers LIKE and REGEXP_LIKE)&lt;/LI&gt;&lt;LI&gt;PostgreSQL:&amp;nbsp; &lt;A title="https://www.postgresql.org/docs/9.3/static/functions-matching.html" href="https://www.postgresql.org/docs/9.3/static/functions-matching.html" target="_blank" rel="noopener"&gt;PostgreSQL: Documentation: 9.3: Pattern Matching&lt;/A&gt;&amp;nbsp; (Covers LIKE, SIMILAR TO, and regular expressions)&lt;/LI&gt;&lt;LI&gt;SQL Server:&amp;nbsp; &lt;A title="https://technet.microsoft.com/en-us/library/ms187489(v=sql.105).aspx" href="https://technet.microsoft.com/en-us/library/ms187489(v=sql.105).aspx" target="_blank" rel="noopener"&gt;Pattern Matching in Search Conditions&lt;/A&gt; (Covers LIKE)&lt;/LI&gt;&lt;LI&gt;Access/Personal GDB:&amp;nbsp; &lt;A title="https://msdn.microsoft.com/en-us/library/bb208897(v=office.12).aspx" href="https://msdn.microsoft.com/en-us/library/bb208897(v=office.12).aspx" target="_blank" rel="noopener"&gt;Like Operator (Microsoft Access SQL)&lt;/A&gt;&amp;nbsp; (Covers LIKE)&lt;/LI&gt;&lt;LI&gt;SQLite/GeoPackage:&amp;nbsp; &lt;A title="https://sqlite.org/lang_expr.html" href="https://sqlite.org/lang_expr.html" target="_blank" rel="noopener"&gt;SQLite Query Language: expression&lt;/A&gt;&amp;nbsp; (Covers LIKE, GLOB, REGEXP, and MATCH)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking at the list, one might ask, "where is the link for file geodatabases?"&amp;nbsp; My response, "exactly, where is that documentation?"&amp;nbsp; There are some pages that provide examples and speak around the issue, e.g., &lt;A title="http://desktop.arcgis.com/en/arcmap/10.5/map/working-with-layers/building-a-query-expression.htm" href="http://desktop.arcgis.com/en/arcmap/10.5/map/working-with-layers/building-a-query-expression.htm" target="_blank" rel="noopener"&gt;Building a query expression&lt;/A&gt; and &lt;A title="http://desktop.arcgis.com/en/arcmap/10.5/map/working-with-layers/sql-reference-for-query-expressions-used-in-arcgis.htm" href="http://desktop.arcgis.com/en/arcmap/10.5/map/working-with-layers/sql-reference-for-query-expressions-used-in-arcgis.htm" target="_blank" rel="noopener"&gt;SQL reference for query expressions used in ArcGIS&lt;/A&gt;, but I haven't been able to find a page that definitively and succinctly states the support like all of the other pages referenced above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If one were to find the documentation (&lt;EM&gt;by the way, please share the link if you do&lt;/EM&gt;), what would become clear is that file geodatabases have rudimentary support for pattern matching in strings.&amp;nbsp; The only other DBMS format, if we can call it a DBMS, with such limited support is the shape file.&amp;nbsp; Given when shape files were defined/introduced, I am willing to give a pass for them, but I can't say the same for file geodatabases.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The file geodatabase introduced some big improvements over the personal geodatabase when working with spatial data, but it wasn't and still isn't summarily better because it had to make some trade offs.&amp;nbsp; For all the promise that came with the original release of the file geodatabase, there has been an equal amount of disappointment over the lack of effort to continuing improving the format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is time for file geodatabases to enter the 21st Century and support regular-expression pattern matching with strings, or at least regular-expression-like functionality.&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jan 2021 14:13:22 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2021-01-22T14:13:22Z</dc:date>
    <item>
      <title>Expanded Pattern Matching in File Geodatabases (and documentation would be nice)</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idi-p/973751</link>
      <description>&lt;P&gt;I recently ran into an issue that caused me to review the &lt;A title="http://desktop.arcgis.com/en/arcmap/10.5/map/working-with-layers/sql-reference-for-query-expressions-used-in-arcgis.htm" href="http://desktop.arcgis.com/en/arcmap/10.5/map/working-with-layers/sql-reference-for-query-expressions-used-in-arcgis.htm" target="_blank" rel="noopener"&gt;SQL reference for query expressions used in ArcGIS—Help | ArcGIS Desktop&lt;/A&gt;.&amp;nbsp; In the &lt;A href="http://desktop.arcgis.com/en/arcmap/10.5/map/working-with-layers/sql-reference-for-query-expressions-used-in-arcgis.htm#GUID-940733A1-D6D1-4200-B290-24CA2E1056D4" target="_blank" rel="noopener"&gt;Strings section&lt;/A&gt; of the SQL reference I came across the following line:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;SPAN&gt;Refer to the documentation of your DBMS for a list of supported functions.&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I decided to take that advice and look up supported string functions with various DBMSs, particularly pattern matching with the SQL WHERE clause:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Oracle:&amp;nbsp; &lt;A title="https://docs.oracle.com/database/121/SQLRF/conditions007.htm#SQLRF52141" href="https://docs.oracle.com/database/121/SQLRF/conditions007.htm#SQLRF52141" target="_blank" rel="noopener"&gt;Pattern-matching Conditions&lt;/A&gt;&amp;nbsp; (Covers LIKE and REGEXP_LIKE)&lt;/LI&gt;&lt;LI&gt;PostgreSQL:&amp;nbsp; &lt;A title="https://www.postgresql.org/docs/9.3/static/functions-matching.html" href="https://www.postgresql.org/docs/9.3/static/functions-matching.html" target="_blank" rel="noopener"&gt;PostgreSQL: Documentation: 9.3: Pattern Matching&lt;/A&gt;&amp;nbsp; (Covers LIKE, SIMILAR TO, and regular expressions)&lt;/LI&gt;&lt;LI&gt;SQL Server:&amp;nbsp; &lt;A title="https://technet.microsoft.com/en-us/library/ms187489(v=sql.105).aspx" href="https://technet.microsoft.com/en-us/library/ms187489(v=sql.105).aspx" target="_blank" rel="noopener"&gt;Pattern Matching in Search Conditions&lt;/A&gt; (Covers LIKE)&lt;/LI&gt;&lt;LI&gt;Access/Personal GDB:&amp;nbsp; &lt;A title="https://msdn.microsoft.com/en-us/library/bb208897(v=office.12).aspx" href="https://msdn.microsoft.com/en-us/library/bb208897(v=office.12).aspx" target="_blank" rel="noopener"&gt;Like Operator (Microsoft Access SQL)&lt;/A&gt;&amp;nbsp; (Covers LIKE)&lt;/LI&gt;&lt;LI&gt;SQLite/GeoPackage:&amp;nbsp; &lt;A title="https://sqlite.org/lang_expr.html" href="https://sqlite.org/lang_expr.html" target="_blank" rel="noopener"&gt;SQLite Query Language: expression&lt;/A&gt;&amp;nbsp; (Covers LIKE, GLOB, REGEXP, and MATCH)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking at the list, one might ask, "where is the link for file geodatabases?"&amp;nbsp; My response, "exactly, where is that documentation?"&amp;nbsp; There are some pages that provide examples and speak around the issue, e.g., &lt;A title="http://desktop.arcgis.com/en/arcmap/10.5/map/working-with-layers/building-a-query-expression.htm" href="http://desktop.arcgis.com/en/arcmap/10.5/map/working-with-layers/building-a-query-expression.htm" target="_blank" rel="noopener"&gt;Building a query expression&lt;/A&gt; and &lt;A title="http://desktop.arcgis.com/en/arcmap/10.5/map/working-with-layers/sql-reference-for-query-expressions-used-in-arcgis.htm" href="http://desktop.arcgis.com/en/arcmap/10.5/map/working-with-layers/sql-reference-for-query-expressions-used-in-arcgis.htm" target="_blank" rel="noopener"&gt;SQL reference for query expressions used in ArcGIS&lt;/A&gt;, but I haven't been able to find a page that definitively and succinctly states the support like all of the other pages referenced above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If one were to find the documentation (&lt;EM&gt;by the way, please share the link if you do&lt;/EM&gt;), what would become clear is that file geodatabases have rudimentary support for pattern matching in strings.&amp;nbsp; The only other DBMS format, if we can call it a DBMS, with such limited support is the shape file.&amp;nbsp; Given when shape files were defined/introduced, I am willing to give a pass for them, but I can't say the same for file geodatabases.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The file geodatabase introduced some big improvements over the personal geodatabase when working with spatial data, but it wasn't and still isn't summarily better because it had to make some trade offs.&amp;nbsp; For all the promise that came with the original release of the file geodatabase, there has been an equal amount of disappointment over the lack of effort to continuing improving the format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is time for file geodatabases to enter the 21st Century and support regular-expression pattern matching with strings, or at least regular-expression-like functionality.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 14:13:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idi-p/973751</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2021-01-22T14:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded Pattern Matching in File Geodatabases (and documentation would be nice)</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973752#M9877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I opened a related enhancement request just for the documentation part:&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;H3&gt;&lt;SPAN style="font-size: 15px;"&gt;#ENH-000110409 [Enhancement] Provide documentation for supported SQL pattern matching&lt;/SPAN&gt;&lt;/H3&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UPDATE&lt;/STRONG&gt;:&amp;nbsp; The enhancement request above is focused on documentation.&amp;nbsp; I have subsequently logged an enhancement request to actually improve functionality:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;STRONG style=": ; font-size: 12.0pt;"&gt;ENH-000110699 : Add regular-expression pattern matching with strings in the File Geodatabase.&amp;nbsp;&lt;BR /&gt; &lt;BR /&gt; &lt;/STRONG&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 23:10:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973752#M9877</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-12-22T23:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded Pattern Matching in File Geodatabases (and documentation would be nice)</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973753#M9878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Huh, went from "New" to "Reviewed" within a week or so.&amp;nbsp; I will take "Reviewed" over "Not in Product Plan," but it would be nice for Esri to provide a bit more feedback on their review.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 01:02:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973753#M9878</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-01-10T01:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded Pattern Matching in File Geodatabases (and documentation would be nice)</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973754#M9879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not too exciting an announcement given the &lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-8293-statuses-for-arcgis-ideas"&gt;&lt;STRONG&gt;Statuses for ArcGIS Ideas&lt;/STRONG&gt;&lt;/A&gt; docs&lt;/P&gt;&lt;P&gt;tagged and bagged....&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;STRONG style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #3d3d3d; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #3d3d3d;"&gt;Reviewed&lt;/STRONG&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt; - Idea that has been read by Esri and categorized/ tagged and is ready to be promoted and interacted with through the Geonet site.&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 13:37:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973754#M9879</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-10T13:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded Pattern Matching in File Geodatabases (and documentation would be nice)</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973755#M9880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree, but I am trying to take a glass-half-full view.&amp;nbsp; It could be worse, they could just deny it.&amp;nbsp; Wait, maybe that wouldn't be worse because at least we wouldn't be waiting for engagement from Esri any longer....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 14:24:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973755#M9880</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-01-10T14:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded Pattern Matching in File Geodatabases (and documentation would be nice)</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973756#M9881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding ENH-000110699, Esri updated the status to "Not In Current Product Plan," so don't go holding your breath.&amp;nbsp; It really is sad how Esri created the file geodatabase and then walked away, has invested little to nothing in improving it, and it sure could use some improvements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 17:12:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973756#M9881</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-01-25T17:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded Pattern Matching in File Geodatabases (and documentation would be nice)</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973757#M9882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, for the record and for the fellow regex fans out there, regular expressions are supported in Data Interoperability and Data Reviewer extensions, which is where a lot of data remediation work happens, and of course there is always the re module in Python which could be used to find records and deal with them flexibly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 15:12:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973757#M9882</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2018-03-21T15:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded Pattern Matching in File Geodatabases (and documentation would be nice)</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973758#M9883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bruce, thanks for the comments.&amp;nbsp; Unfortunately, both of those workarounds are expensive, one in terms of actual money and the other in terms of processing.&amp;nbsp; Limited regular expression functionality is supported in practically all "database" platforms, which makes its absence from the file geodatabase quite conspicuous.&amp;nbsp; The file geodatabase is showing its age, I wish Esri had a plan for what's next with file-based geospatial data storage.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 15:21:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973758#M9883</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-03-21T15:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded Pattern Matching in File Geodatabases (and documentation would be nice)</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973759#M9884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Personally I would be tempted by a SQLite flavor but writing the C code to support REGEXP is a bit daunting :-).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 15:35:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973759#M9884</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2018-03-21T15:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded Pattern Matching in File Geodatabases (and documentation would be nice)</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973760#M9885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H3&gt;&lt;/H3&gt;&lt;P&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;[ENH-000110409 Provide documentation for supported SQL pattern matching] is marked as In Product Plan.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;Like Joshua stated,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;ENH-000110699, Esri updated the status to "Not In Current Product Plan,"&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;The explanation provided with that status update was "SIMILAR TO has been implemented in the File Geodatabase. It is a SQL standard implementation that provides access to Regular Expressions. Using Regular Expressions on like is not part of the SQL standard, even though many RDBMS systems have chosen to add support. With File Geodatabase SQL we follow the SQL standard wherever possible."&amp;nbsp; Hopefully that helps those who are interested in this functionality.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;As for the status of this idea, well, since it asks for expanded pattern matching and it looks like that is is not in the current product plan, and also asks for documentation, which is in the product plan, we'll just leave this at reviewed and when we get the documentation this will be partially implemented.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 13:57:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973760#M9885</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2018-03-28T13:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded Pattern Matching in File Geodatabases (and documentation would be nice)</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973761#M9886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kory, where is SIMILAR documented for the file geodatabase?&amp;nbsp; When I check &lt;A class="link-titled" href="https://github.com/Esri/file-geodatabase-api/tree/master/FileGDB_API_1.5.1" title="https://github.com/Esri/file-geodatabase-api/tree/master/FileGDB_API_1.5.1"&gt;file-geodatabase-api/FileGDB_API_1.5.1 at master · Esri/file-geodatabase-api · GitHub&lt;/A&gt; , I can't find it covered in the FGDB SQL documentation?&amp;nbsp; Also, I can't find mention of it in &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/administer-file-gdbs/sql-reporting-and-anlysis-file-geodatabases.htm#ESRI_SECTION1_CA064E27D55F4365AE74772AFA91C23E" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/administer-file-gdbs/sql-reporting-and-anlysis-file-geodatabases.htm#ESRI_SECTION1_CA064E27D55F4365AE74772AFA91C23E"&gt;SQL for reporting and analysis on file geodatabases—Help | ArcGIS Desktop&lt;/A&gt; or &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/sql-reference-for-query-expressions-used-in-arcgis.htm" title="http://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/sql-reference-for-query-expressions-used-in-arcgis.htm"&gt;SQL reference for query expressions used in ArcGIS—Help | ArcGIS Desktop&lt;/A&gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 14:10:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973761#M9886</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-03-28T14:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded Pattern Matching in File Geodatabases (and documentation would be nice)</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973762#M9887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose that would be part of the documentation piece needed here.&amp;nbsp; I'll make sure to get this to the team that will be updating the documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 14:29:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973762#M9887</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2018-03-28T14:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded Pattern Matching in File Geodatabases (and documentation would be nice)</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973763#M9888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Kory, documentation would be most helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to point out, neither the title nor the content of this idea ever stated "add regular expression support using LIKE," so I am not sure why the product team assumed that is what was being requested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 14:42:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973763#M9888</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-03-28T14:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded Pattern Matching in File Geodatabases (and documentation would be nice)</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973764#M9889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just tested on ArcGIS 10.6.x and ArcGIS Pro 2.1.x, and SIMILAR TO works.&amp;nbsp; This is great news, it is a shame Esri never documented it.&amp;nbsp; Any ideas for how long it has been supported?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 18:25:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973764#M9889</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-03-28T18:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded Pattern Matching in File Geodatabases (and documentation would be nice)</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973765#M9890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For those who find this idea and discussion and am wondering about documentation, the most descriptive and closest documentation I have found for matching observed behavior of SIMILAR TO with file geodatabases is &lt;A class="" href="https://firebirdsql.org/refdocs/langrefupd25-similar-to.html" title="https://firebirdsql.org/refdocs/langrefupd25-similar-to.html"&gt;SIMILAR TO&lt;/A&gt; .&amp;nbsp; It will be nice when Esri finally documents this behavior.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 16:36:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973765#M9890</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-05-09T16:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded Pattern Matching in File Geodatabases (and documentation would be nice)</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973766#M9891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am testing this and SIMILAR TO does not work when using wildcards but does work otherwise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So AG3 similar to 'AG3' works but&lt;/P&gt;&lt;P&gt;AG3 similar to 'AG%' does not work. (AG_ does not work either)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I really want to do is [1-9]!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 21:39:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973766#M9891</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2018-11-01T21:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded Pattern Matching in File Geodatabases (and documentation would be nice)</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973767#M9892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/12477"&gt;Doug Browning&lt;/A&gt;‌, I got all 3 of your expressions to work (%, _, and [1-9]).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am willing to keep troubleshooting this issue with you, I suggest you start a new question in the &lt;A href="https://community.esri.com/group/1680"&gt;Geodatabase&lt;/A&gt;‌ space.&amp;nbsp; I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 12:56:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973767#M9892</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-11-02T12:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded Pattern Matching in File Geodatabases (and documentation would be nice)</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973768#M9893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using Similar To or LIKE?&lt;/P&gt;&lt;P&gt;I tested the heck out of it and never got it going.&amp;nbsp; On 10.5.1 using a File Geodatabase (.GDB)&lt;/P&gt;&lt;P&gt;Watch&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/426970_Like work.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="/legacyfs/online/427061_LIke not work.PNG" /&gt;&lt;/P&gt;&lt;P&gt;But strangely this works&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-5 jive-image j-img-original" src="/legacyfs/online/427064_similat to more works.PNG" /&gt;&lt;/P&gt;&lt;P&gt;And this does not&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-6 jive-image j-img-original" src="/legacyfs/online/427065_like more does not work.PNG" /&gt;&lt;/P&gt;&lt;P&gt;So maybe the % does not work in combo with []?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 14:42:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973768#M9893</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2018-11-02T14:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded Pattern Matching in File Geodatabases (and documentation would be nice)</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973769#M9894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As mentioned above, it doesn't fully work until 10.6.x.&amp;nbsp; See &lt;A href="https://community.esri.com/blogs/tilting/2018/07/19/like-and-similar-file-geodatabases-and-pattern-matching"&gt;/blogs/tilting/2018/07/19/like-and-similar-file-geodatabases-and-pattern-matching&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 15:21:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973769#M9894</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-11-02T15:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded Pattern Matching in File Geodatabases (and documentation would be nice)</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973770#M9895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found more documentation and this seems to work&lt;/P&gt;&lt;P&gt;TopCanopy Similar To 'AG[0-9]*'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It just does not like []%&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 15:54:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/expanded-pattern-matching-in-file-geodatabases-and/idc-p/973770#M9895</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2018-11-02T15:54:22Z</dc:date>
    </item>
  </channel>
</rss>

