Skip to content

String.EndsWith

boxgaming edited this page Aug 4, 2025 · 5 revisions

Determines whether a string ends with the characters of this string, returning true or false as appropriate.

Syntax

domElement = Dom.GetImage (imageId&) result = String.EndsWith (s$, searchStr$)

Parameters

  • The s$ parameter contains the string to search.
  • The searchString$ parameter contains the string to search for within s$.

See Also

String.StartsWith

Clone this wiki locally