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