Difference between revisions of "User:Arcorann/Sandbox"

From DereSute Wiki
Jump to: navigation, search
 
Line 3: Line 3:
 
<pre>{{#len:string}}</pre>
 
<pre>{{#len:string}}</pre>
 
{{#len:string}}
 
{{#len:string}}
<pre>{{#pos:<nowiki>This is a </nowiki>test|test}}</pre>
+
<pre>{{#pos:This test is a test|test}}</pre>
{{#pos:<nowiki>This is a </nowiki>test|test}}
+
{{#pos:This test is a test|test}}
 
<pre>{{#rpos:This test is a test|test}}</pre>
 
<pre>{{#rpos:This test is a test|test}}</pre>
 
{{#rpos:This test is a test|test}}
 
{{#rpos:This test is a test|test}}

Latest revision as of 01:14, 8 February 2017

String function testing

{{#len:string}}

6

{{#pos:This test is a test|test}}

5

{{#rpos:This test is a test|test}}

15

{{#sub:Icecream|3}}, {{#sub:Icecream|-3}}, {{#sub:Icecream|3|3}}, {{#sub:Icecream|3|-3}}

cream, eam, cre, cr

{{#sub:rl|0}}, {{#sub:rl|1}}

rl, l