Search results

Jump to navigation Jump to search
  • Module:Urldecode (category Modules that manipulate strings)
    local p = {} function p.urlDecode( frame ) local enctype = frame.args[2] local ret = nil; if (frame.args[2] ~= nil) then enctype = mw.ustring.upper(enctype)
    452 bytes (70 words) - 23:04, 20 January 2022
  • Module:DecodeEncode (category Modules that manipulate strings)
    local p = {} function _getBoolean( boolean_str ) -- from: module:String; adapted -- requires an explicit true local boolean_value if type( boolean_str
    1 KB (204 words) - 17:28, 21 January 2022
  • Module:String (category Modules that manipulate strings)
    from the source string that matches a specified pattern. It is exported for use in other modules Usage: strmatch = require("Module:String")._match sresult
    18 KB (2,750 words) - 07:59, 24 January 2022