Tile category - String – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
*[[Ylands Tile - String last index of|Last index of]] | *[[Ylands Tile - String last index of|Last index of]] | ||
*[[Ylands Tile - String substring|Substring]] | *[[Ylands Tile - String substring|Substring]] | ||
=Notes= | |||
*Supported special characters: | |||
**'''[NL]''' - start new line | |||
**'''<nowiki><b> ... </b></nowiki>''' - <b>bold</b> | |||
**'''<nowiki><i> ... </i></nowiki>''' - <i>italic</i> | |||
**'''<nowiki><color=#FFFFF> ... </color></nowiki>''' - colorize text between tags, color is HEX format | |||
---- | ---- | ||
{{Ylands scripting navbox}} | {{Ylands scripting navbox}} |
Revision as of 17:59, 9 January 2019
String
- String binary expression
- Get character at
- Concatenate
- Starts with
- Ends with
- Includes
- Index of
- Last index of
- Substring
Notes
- Supported special characters:
- [NL] - start new line
- <b> ... </b> - bold
- <i> ... </i> - italic
- <color=#FFFFF> ... </color> - colorize text between tags, color is HEX format