<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.personaldata.io/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ATrim_quotes</id>
	<title>Module:Trim quotes - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.personaldata.io/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ATrim_quotes"/>
	<link rel="alternate" type="text/html" href="https://wiki.personaldata.io/w/index.php?title=Module:Trim_quotes&amp;action=history"/>
	<updated>2026-05-14T01:14:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.personaldata.io/w/index.php?title=Module:Trim_quotes&amp;diff=71372&amp;oldid=prev</id>
		<title>Podehaye: Created page with &quot;local p = {}  function p._trim(s) 	if s then 		if s:match([[^(['&quot;]).*%1$]]) then return p._trim(string.sub(s,2,-2)) else return s end 	else 		return &quot;&quot; 	end end  function p.tr...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.personaldata.io/w/index.php?title=Module:Trim_quotes&amp;diff=71372&amp;oldid=prev"/>
		<updated>2019-12-20T00:21:21Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  function p._trim(s) 	if s then 		if s:match([[^([&amp;#039;&amp;quot;]).*%1$]]) then return p._trim(string.sub(s,2,-2)) else return s end 	else 		return &amp;quot;&amp;quot; 	end end  function p.tr...&amp;quot;&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._trim(s)&lt;br /&gt;
	if s then&lt;br /&gt;
		if s:match([[^(['&amp;quot;]).*%1$]]) then return p._trim(string.sub(s,2,-2)) else return s end&lt;br /&gt;
	else&lt;br /&gt;
		return &amp;quot;&amp;quot;&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.trim(frame)&lt;br /&gt;
	local s = (frame.args['s'] or frame.args[1]) or (frame:getParent().args['s'] or frame:getParent().args[1])&lt;br /&gt;
	return p._trim(s)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Podehaye</name></author>
	</entry>
</feed>