5.188 StartsWith
-
procedure StartsWith(s: unicodestring, p: unicodestring): boolean
The StartsWith procedure returns true if the string p is a prefix of string s and returns false otherwise.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
procedure StartsWith(s: unicodestring, p: unicodestring): boolean
The StartsWith procedure returns true if the string p is a prefix of string s and returns false otherwise.