What is the ArcPro equivalent, Arcade or Python, of the mass trim function in ArcMap?
python has lstrip, rstrip or the combined .strip
<SPAN class="punctuation token">:</SPAN> a <SPAN class="operator token">=</SPAN> <SPAN class="string token">" a b c "</SPAN> a<SPAN class="punctuation token">.</SPAN>strip<SPAN class="punctuation token">(</SPAN><SPAN class="punctuation token">)</SPAN> <SPAN class="string token">'a b c'</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
Thanks Dan, much appreciated.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.