Workshop.codes
Create

String Contains Last updated November 26, 2024

Description

Whether the specified String contains the specified Value.

Snippet

String Contains(Custom String(""), Custom String(""));

Properties

Returns: Boolean
Parameters: String, Value

String
Type: String, Default: Custom String
The String in which to search for the specified Value.

Value
Type: String, Default: Custom String
The Value for which to search.

Workshop.codes