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.
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.