MyWikiBiz, Author Your Legacy — Tuesday September 09, 2025
Jump to navigationJump to search
596 bytes added
, 07:44, 16 July 2021
{{Module rating |release}}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
=== Usage ===
String utilities for [[Module:US elections imagemap]].
* <code>stripspaces(str)</code> strips spaces from <code>str</code>.
* <code>split(str, sep)</code> split <code>str</code> into a table of strings at each <code>sep</code>.
Unlike many other string utilities on Wikipedia, these are designed to be called from another Lua script easily — ''not'' to be called directly with <code><nowiki>{{#invoke}}</nowiki></code>.