mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-05 22:11:56 -05:00
395 B
Vendored
395 B
Vendored
Returns true if the given string starts with the provided sequence.
string.startswith("haystack", "needle")
Parameters
haystack
is the string to check. needle
is the starting sequence to check against.
Return Value
True if haystack starts with needle.
Availability
Premake 4.0 or later.