Tile category - String – Ylands
Jump to navigation
Jump to search
No edit summary |
Lou Montana (talk | contribs) m (Text replacement - "[[Ylands " to "[[Ylands:") |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
=String= | =String= | ||
*[[Ylands Tile - String binary expression|String binary expression]] | *[[Ylands:Tile - String binary expression|String binary expression]] | ||
*[[Ylands Tile - String get character at|Get character at]] | *[[Ylands:Tile - String get character at|Get character at]] | ||
*[[Ylands Tile - String concatenate|Concatenate]] | *[[Ylands:Tile - String concatenate|Concatenate]] | ||
*[[Ylands Tile - String starts with|Starts with]] | *[[Ylands:Tile - String starts with|Starts with]] | ||
*[[Ylands Tile - String ends with|Ends with]] | *[[Ylands:Tile - String ends with|Ends with]] | ||
*[[Ylands Tile - String includes|Includes]] | *[[Ylands:Tile - String includes|Includes]] | ||
*[[Ylands Tile - String index of|Index of]] | *[[Ylands:Tile - String index of|Index of]] | ||
*[[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]] | ||
*[[Ylands:Tile - String length|Length]] | |||
*[[Ylands:Tile - String trim|Trim]] | |||
*[[Ylands:Tile - String replace|Replace]] | |||
*[[Ylands:Tile - String split|Split]] | |||
*[[Ylands:Tile - String change case|Change case]] | |||
=Notes= | = Notes = | ||
*Supported special characters: | *Supported special characters: | ||
**'''[NL]''' - start new line | **'''[NL]''' - start new line | ||
**'''<nowiki><b> ... </b></nowiki>''' - <b>bold</b> type | **'''<nowiki><b> ... </b></nowiki>''' - <b>bold</b> type. | ||
**'''<nowiki><i> ... </i></nowiki>''' - <i>italic</i> type | **'''<nowiki><i> ... </i></nowiki>''' - <i>italic</i> type. | ||
**'''<nowiki><color=#FFFFFFF> ... </color></nowiki>''' - text [[Ylands Tile - Color literal|'''color''']] | **'''<nowiki><color=#FFFFFFF> ... </color></nowiki>''' - text [[Ylands:Tile - Color literal|'''color''']]. | ||
---- | ---- | ||
{{Ylands | {{Navbox/Ylands}} |
Latest revision as of 16:35, 16 November 2022
String
- String binary expression
- Get character at
- Concatenate
- Starts with
- Ends with
- Includes
- Index of
- Last index of
- Substring
- Length
- Trim
- Replace
- Split
- Change case
Notes
- Supported special characters:
- [NL] - start new line
- <b> ... </b> - bold type.
- <i> ... </i> - italic type.
- <color=#FFFFFFF> ... </color> - text color.