![]() | We're back! Sorry, bad combo of sickness, funeral and a month-long trip abroad. The site is back now. ![]() |
View source for Module:string
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
local m_string_utils = require("Module:string utilities")
local str = {}
local decode_uri = m_string_utils.decode_uri
local gsub = string.gsub
local pattern_escape = m_string_utils.pattern_escape
local process_params = require("Module:parameters").process
local replacement_escape = m_string_utils.replacement_escape
local reverse = string.reverse
local ufind = m_string_utils.find
local ugmatch = m_string_utils.gmatch
local ugsub = m_string_utils.gsub
local ulen = m_string_utils.len
local ulower = m_string_utils.lower
local umatch = m_string_utils.match
local unpack = unpack
local usub = m_string_utils.sub
--[[
000
1:0
Templates used on this page:
Return to Module:string.