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.
⚠️ We have a new website! Visit now for the most update to date documentation. This wiki is no longer being maintained.
Returns true if the string contains the specified substring.
string.contains("haystack", "needle")
haystack is the string to be tested.
haystack
needle is the substring for which to search. Lua patterns are not supported.
needle
True if haystack contains needle.
Premake 5.0 or later.