Tile - String - Substring – Ylands
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Ylands scripting navbox}}" to "{{Ylands editor navbox}}") |
Lou Montana (talk | contribs) m (Text replacement - "{{Ylands editor navbox}}" to "{{Navbox/Ylands}}") |
||
Line 19: | Line 19: | ||
---- | ---- | ||
{{Ylands | {{Navbox/Ylands}} | ||
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}} | {{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}} | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
[[Category: Ylands 0.10]] | [[Category: Ylands 0.10]] |
Revision as of 01:12, 31 December 2020
- Returns new string of given length extracted from source text.
- Start index - position at which to start substring.
- Length - number of characters to be extracted.
- Returns new string extracted from source text within the given range.
- Interval is half closed and does not include character at end position.
- Returns new string extracted from given start position until the end source text.
- Start index - position at which to start substring.
Notes
- Script counts positions from zero. 0 is the first position in a string, 1 is the second, 2 is the third ...