-
Notifications
You must be signed in to change notification settings - Fork 12
String.EndsWith
boxgaming edited this page Aug 4, 2025
·
5 revisions
Determines whether a string ends with the characters of this string, returning true (-1) or false (0) as appropriate.
result = String.EndsWith (s$, searchStr$)
- The s$ parameter contains the string to search.
- The searchString$ parameter contains the string to search for within s$.
String.StartsWith
String.Includes
Javascript - String.endsWith()