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

10 Ergebnisse gefunden für " Modul:Str"

Modul:Str

[[Modul:<span class="searchmatch">Str</span>/testcases]] local <span class="searchmatch">Str</span> = {} function <span class="searchmatch">Str</span>.len(frame) return mw.ustring.len(frame.args[1]) end function <span class="searchmatch">Str</span>.left(frame)...


Modul:Str/Doku

Stringverarbeitungsfunktionen Modul:<span class="searchmatch">Str</span>/testcases Modul:<span class="searchmatch">Str</span>/Doku...


Modul:Str/testcases

for [[Module:<span class="searchmatch">Str</span>]]. Klicke die Diskussionsseite an, um die Tests zu starten. local u = require(&#039;Module:UnitTests&#039;) function u:test_<span class="searchmatch">Str</span>_split() local...


Modul:sieheAuch

<span class="searchmatch">str</span>,n = mw.ustring.gsub(<span class="searchmatch">str</span>,&quot;%-&quot;,&quot;&quot;) <span class="searchmatch">str</span>,n = mw.ustring.gsub(<span class="searchmatch">str</span>,&quot;%.&quot;,&quot;&quot;) <span class="searchmatch">str</span>,n = mw.ustring.gsub(<span class="searchmatch">str</span>,&quot;_&quot;,&quot;&quot;) <span class="searchmatch">str</span>,n = mw.ustring.gsub(<span class="searchmatch">str</span>,&quot; &quot;...


Modul:KRW

return createLink<span class="searchmatch">Str</span>(frame.args[1],frame.args[2]) end function createLink<span class="searchmatch">Str</span>(<span class="searchmatch">str</span>,sprache) local n = 0 <span class="searchmatch">str</span>,n = mw.ustring.gsub(<span class="searchmatch">str</span>,&quot;&lt;&quot;,&quot; &lt;&quot;) --...


Modul:String

boolean_<span class="searchmatch">str</span> ) == &#039;string&#039; then boolean_<span class="searchmatch">str</span> = boolean_<span class="searchmatch">str</span>:lower(); if boolean_<span class="searchmatch">str</span> == &#039;false&#039; or boolean_<span class="searchmatch">str</span> == &#039;no&#039; or boolean_<span class="searchmatch">str</span> == &#039;0&#039;...


Modul:SieheAuch

local <span class="searchmatch">str</span> = &quot;&quot; if type( pagename ) == &quot;string&quot; then <span class="searchmatch">str</span> = mw.text.trim( pagename ); if <span class="searchmatch">str</span> ~= &quot;&quot; then local t = mw.title.new( <span class="searchmatch">str</span>, 0 );...


Modul:flexlink

noStress(frame.args[1]) end return frame.args[1] end function noMacron(<span class="searchmatch">str</span>) local newstr = &quot;&quot; local newcp = 0 local cp = 0 local from = &quot;ĀāĒēĪīŌōŪūȲȳ&quot;...


Modul:User:Alexander Gamauf/flexlink

noAkutKyr(<span class="searchmatch">str</span>) local newstr = &quot;&quot; local Akut = mw.ustring.char(0x0301) for cp = 1, mw.ustring.len(<span class="searchmatch">str</span>) do if (mw.ustring.sub(<span class="searchmatch">str</span>, cp, cp)...


Modul:User:Formatierer/String

ÖßÜ&quot;) .. &quot;X&quot; end function subs(<span class="searchmatch">str</span>) local s = &quot;&quot; for i = 1, mw.ustring.len( <span class="searchmatch">str</span> ) do s = s .. mw.ustring.sub(<span class="searchmatch">str</span>,i,i) end return s end...