mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-05 22:21:54 -05:00
360 B
Vendored
360 B
Vendored
Returns true if the string contains the specified substring.
string.contains("haystack", "needle")
Parameters
haystack
is the string to be tested.
needle
is the substring for which to search. Lua patterns are not supported.
Return Value
True if haystack
contains needle
.
Availability
Premake 5.0 or later.