startsWith: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) m (Applied Template:MacroFunction) |
Verisimilar (talk | contribs) m (Macros:Functions:startsWith moved to startsWith) |
(No difference)
|
Revision as of 05:07, 9 March 2009
startsWith() Function
• Introduced in version 1.3b49
Usage
[h: result = startsWith(str, substr)]
Examples
[r: endsWith("Test", "T")]
[r: endsWith("Test", "Te")]
[r: endsWith("Test", "Tez")]
Returns
1 10