EndsWith (String function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(No difference)

Revision as of 03:06, 21 February 2020

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