Tile - String - Ends With – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - String ends with to Ylands:Tile - String - Ends With: New Structure) |
No edit summary |
||
Line 1: | Line 1: | ||
<!--- | |||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Ends With(Source, Text) == | |||
=Notes= | [[File:YlandsTile-82.png]] | ||
*Instruction is '''case''' '''sensitive'''. | |||
<pre>endsWith(text: any): boolean;</pre> | |||
=== Parameters === | |||
==== text ==== | |||
=== Returns === | |||
'''boolean''' | |||
=== Description === | |||
Returns (true/false) '''whenever''' given '''string''' '''ends''' with the characters of a specified '''text'''. | |||
=== Notes === | |||
* Instruction is '''case''' '''sensitive'''. | |||
Line 11: | Line 29: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Ends With(Source, Text)
endsWith(text: any): boolean;
Parameters
text
Returns
boolean
Description
Returns (true/false) whenever given string ends with the characters of a specified text.
Notes
- Instruction is case sensitive.