We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.