EndsWith (String function)

From m204wiki
Revision as of 03:06, 21 February 2020 by Wiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Is the end string the terminal substring of the method object string? (String class)

[Introduced in Model 204 7.8 βeta]


This page is under construction.

Syntax

%boolean = string:EndsWith( endString)

Syntax terms

%booleanBoolean value
string string
abbreviation string

Usage notes

Examples

See also