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.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.