Module:Navbar: Difference between revisions
match ought to be marginally faster
m>Dragons flight (If the documentation is accurate, this will use the namespace part of pageName first and fallback to Template if one isn't present, which is what we want.) |
m>Dragons flight (match ought to be marginally faster) |
||
Line 4: | Line 4: | ||
function trim(s) | function trim(s) | ||
return | return mw.ustring.match( s, "^%s*(.-)%s*$" ) | ||
end | end | ||