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.