Difference between revisions of "User:DesignerThan/Sandbox/String"
From Pathfinder Wiki
< User:DesignerThan | Sandbox
DesignerThan (talk | contribs) (Created page with "Entfernt das letzte Zeichen eines Strings: *String: *Mein Test String! <nowiki>{{#sub:Mein Test String!|0|-1}}</nowiki> {{#sub:Mein Test String!|0|-1}}") |
DesignerThan (talk | contribs) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | ===Removes the last character of a string:=== | |
− | + | '''String: '''My Test String!<br> | |
− | <nowiki>{{#sub: | + | '''Code: '''<nowiki>{{#sub:My Test String!|0|-1}}</nowiki><br> |
− | {{#sub: | + | '''Result: '''{{#sub:My Test String!|0|-1}} |
Latest revision as of 20:08, 21 March 2021
Removes the last character of a string:
String: My Test String!
Code: {{#sub:My Test String!|0|-1}}
Result: My Test String