<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AUS_elections_imagemap%2Futils</id>
	<title>Module:US elections imagemap/utils - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AUS_elections_imagemap%2Futils"/>
	<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:US_elections_imagemap/utils&amp;action=history"/>
	<updated>2026-06-07T07:05:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.3</generator>
	<entry>
		<id>https://mywikibiz.com/index.php?title=Module:US_elections_imagemap/utils&amp;diff=479844&amp;oldid=prev</id>
		<title>Zoran: Pywikibot 6.4.0</title>
		<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:US_elections_imagemap/utils&amp;diff=479844&amp;oldid=prev"/>
		<updated>2021-07-16T07:44:10Z</updated>

		<summary type="html">&lt;p&gt;Pywikibot 6.4.0&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.stripspaces(str)&lt;br /&gt;
	return str:gsub(&amp;quot;^%s*(.-)%s*$&amp;quot;, &amp;quot;%1&amp;quot;) -- trim spaces&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.split(str, sep) -- split string by separator and return table&lt;br /&gt;
  sep = sep or &amp;quot;%s&amp;quot;&lt;br /&gt;
  local parts = {}&lt;br /&gt;
  for word in string.gmatch(str, &amp;quot;[^&amp;quot; .. sep .. &amp;quot;]+&amp;quot;) do parts[#parts+1] = p.stripspaces(word) end&lt;br /&gt;
  return parts&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
</feed>