<?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 Re: Survey123 input mask  in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-input-mask/m-p/791880#M8432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All this makes perfect sense and I do understand more now, but have issue with this:&lt;/P&gt;&lt;TABLE height="33" width="182"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="font-size: 10pt; color: black; font-weight: 400; text-decoration: none; border-top: 0.5pt solid #9bbb59; border-right: none; border-bottom: none; border-left: none; width: 174px;"&gt;regex(., ^([A-Z][a-z][0-9] )+$)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2018 15:00:55 GMT</pubDate>
    <dc:creator>deleted-user-Fl9Sr_mnW5iu</dc:creator>
    <dc:date>2018-05-09T15:00:55Z</dc:date>
    <item>
      <title>Survey123 input mask</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-input-mask/m-p/791874#M8426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #242729; background-color: rgba(248, 248, 248, 0.6); border: 0px; margin: 0px 0px 1em;"&gt;I'm trying to create a regex or something else that will allow the user to enter: Aa0 Aa0 and do this unlimited times or until field length hits it's max or just once&lt;/P&gt;&lt;P style="color: #242729; background-color: rgba(248, 248, 248, 0.6); border: 0px; margin: 0px 0px 1em;"&gt;A - capital letter&lt;BR /&gt;a - small letter&lt;BR /&gt;0 - number&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 15:54:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-input-mask/m-p/791874#M8426</guid>
      <dc:creator>deleted-user-Fl9Sr_mnW5iu</dc:creator>
      <dc:date>2018-05-08T15:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 input mask</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-input-mask/m-p/791875#M8427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A regex can be written to validate the text, but an input mask cannot be made for an arbitrary length string. &amp;nbsp;the regex expression would be:&lt;/P&gt;&lt;PRE&gt;([A-Z][a-z][0-9] )+&lt;/PRE&gt;&lt;P&gt;assuming that at least one grouping of characters is required; change the + to * to allow empty results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 17:19:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-input-mask/m-p/791875#M8427</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2018-05-08T17:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 input mask</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-input-mask/m-p/791876#M8428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there another field in survey123 that I can use to output what I described?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the expression above or other ones that I have does not work and shows the ( ) +/* in the output text&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 17:43:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-input-mask/m-p/791876#M8428</guid>
      <dc:creator>deleted-user-Fl9Sr_mnW5iu</dc:creator>
      <dc:date>2018-05-08T17:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 input mask</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-input-mask/m-p/791877#M8429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the regex was intended to be used in the constraint column as part of a regex() function validating the pattern. &amp;nbsp;See the 'Regular Expressions' subsection in&amp;nbsp;&lt;A class="link-titled" href="http://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm" title="http://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm"&gt;Formulas—Survey123 for ArcGIS | ArcGIS&lt;/A&gt;&amp;nbsp;for more information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 18:09:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-input-mask/m-p/791877#M8429</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2018-05-08T18:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 input mask</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-input-mask/m-p/791878#M8430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE width="171"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="font-size: 10.0pt; color: black; font-weight: 400; text-decoration: none; border-top: .5pt solid #9BBB59; border-right: none; border-bottom: none; border-left: none;" width="171"&gt;regex(., '{A-Z][a-z][0-9]+' )&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I'm trying to use this, but I don't know what it will allow me to input to make it valid...Or4 doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having a little trouble understanding how to formulate it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Never mind I fixed my own problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 18:32:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-input-mask/m-p/791878#M8430</guid>
      <dc:creator>deleted-user-Fl9Sr_mnW5iu</dc:creator>
      <dc:date>2018-05-08T18:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 input mask</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-input-mask/m-p/791879#M8431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information on regular expressions, I might suggest&amp;nbsp;&lt;A class="link-titled" href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions" title="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions"&gt;Regular Expressions - JavaScript | MDN&lt;/A&gt;&amp;nbsp;&amp;nbsp;as a reference document; I also use&amp;nbsp;&lt;A class="link-bare" href="https://regex101.com" title="https://regex101.com"&gt;https://regex101.com&lt;/A&gt;&amp;nbsp;&amp;nbsp;to test the expressions. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The evaluator&amp;nbsp;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;'{A-Z][a-z][0-9]+' has an issue - the first brace is a curly brace instead of a square brace. &amp;nbsp;Square braces are used to group sets of characters together - [A-Z] looks for an uppercase letter, [a-z] looks for a lower case letter, [0-9] looks for a numeric digit. &amp;nbsp;The pattern you gave (Aa0 ) indicates that these should be grouped together using (); I also included a space as that was what you typed initially (you could also use \s instead of the space, though that would match other whitespace characters):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;([&lt;SPAN&gt;A-Z][a-z][0-9] )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;SPAN&gt;You wanted to match at least 1 and&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="caret-color: #000000; color: #000000;"&gt;possibly more repetitions of this, the + (or * for 0 or more) is used to repeat a pattern:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="caret-color: #000000; color: #000000;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;([&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff;"&gt;A-Z][a-z][0-9] )+&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #000000;"&gt;To ensure that the answer has nothing but this pattern, we should also&amp;nbsp;specify to start the match at&amp;nbsp;the&amp;nbsp;beginning (^) and only finish at the end ($)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #000000;"&gt;^([&lt;SPAN style="background-color: #ffffff;"&gt;A-Z][a-z][0-9] )+$&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 19:57:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-input-mask/m-p/791879#M8431</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2018-05-08T19:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 input mask</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-input-mask/m-p/791880#M8432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All this makes perfect sense and I do understand more now, but have issue with this:&lt;/P&gt;&lt;TABLE height="33" width="182"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="font-size: 10pt; color: black; font-weight: 400; text-decoration: none; border-top: 0.5pt solid #9bbb59; border-right: none; border-bottom: none; border-left: none; width: 174px;"&gt;regex(., ^([A-Z][a-z][0-9] )+$)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 15:00:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-input-mask/m-p/791880#M8432</guid>
      <dc:creator>deleted-user-Fl9Sr_mnW5iu</dc:creator>
      <dc:date>2018-05-09T15:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 input mask</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-input-mask/m-p/791881#M8433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The regular expression evaluator should be in quotes:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;regex(., "^([A-Z][a-z][0-9] )+$")&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 20:44:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-input-mask/m-p/791881#M8433</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2018-05-09T20:44:25Z</dc:date>
    </item>
  </channel>
</rss>

