Warning: Undefined variable $resultados in /home/enciclo/public_html/dictious.com/search.php on line 17
Module%3AString - Dictious

10 Resultaten gevonden voor " Module:String"

Module:string

return require(&#039;Module:<span class="searchmatch">String</span>&#039;)...


Module:String

the target <span class="searchmatch">string</span>. Usage: {{#invoke:<span class="searchmatch">string</span>|len|target_<span class="searchmatch">string</span>|}} OR {{#invoke:<span class="searchmatch">string</span>|len|s=target_<span class="searchmatch">string</span>}} Parameters s: The <span class="searchmatch">string</span> whose length...


Module:string/encode entities

-- TO BE REPLACED BY encode_entities in [[Module:<span class="searchmatch">string</span> utilities]]. This function decodes on input by default to prevent double-encoding, which the new...


Module:string utilities

find = <span class="searchmatch">string</span>.find local format = <span class="searchmatch">string</span>.format local gmatch = <span class="searchmatch">string</span>.gmatch local gsub = <span class="searchmatch">string</span>.gsub local len = <span class="searchmatch">string</span>.len local lower = <span class="searchmatch">string</span>.lower...


Module:ISOdate

_|\__,_|\__\___| This module is intended for processing of date <span class="searchmatch">strings</span>. Please do not modify this code without applying the changes first at...


Module:Colloc

local rij = mw.text.listToText( woorden, &#039;, &#039;, &#039; &amp;#160;en &#039; ) rij = <span class="searchmatch">string</span>.gsub( rij, &#039;_&#039;, &#039; &#039; ) return rij end function p.basis(frame) local...


Module:parameters

function to escape magic characters in a <span class="searchmatch">string</span> -- Magic characters: ^$()%.[]*+-? local plain = require(&quot;Module:<span class="searchmatch">string</span>&quot;).pattern_escape -- A helper function...


Module:DateI18n

_|\__\___|___|_|\___/|_| |_| This module is intended for processing of date <span class="searchmatch">strings</span>. Please do not modify this code without applying the changes first at...


Module:MarcoSwart-Test01

verbinding]] van &#039; .. mw.text.listToText( woorden, &#039;, &#039;, &#039; &amp;#160;en &#039; ) rij = <span class="searchmatch">string</span>.gsub( rij, &#039;_&#039;, &#039; &#039; ) return rij end function p.kop(frame) local kopje...


Module:debug

Convert a value to a <span class="searchmatch">string</span> function export.dump(value, prefix, tsort) local t = type(value) prefix = prefix or &quot;&quot; if t == &quot;<span class="searchmatch">string</span>&quot; then return &#039;&quot;&#039;...