Difference between revisions of "User:Arcorann/Sandbox"
From DereSute Wiki
| Line 3: | Line 3: | ||
<pre>{{#len:string}}</pre> | <pre>{{#len:string}}</pre> | ||
{{#len:string}} | {{#len:string}} | ||
| − | <pre>{{#pos: | + | <pre>{{#pos:This test is a test|test}}</pre> |
| − | {{#pos: | + | {{#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