We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Returns true if the given string starts with the provided sequence.
string.startswith("haystack", "needle")
haystack is the string to check. needle is the starting sequence to check against.
haystack
needle
True if haystack starts with needle.
Premake 4.0 or later.