Skip to content

String.Contains

Name Mandatory Description Default Type
⬅️ Input The string to check. String
Output ➡️ True if the input string contains the string specified, false otherwise. Bool
String No The string that the input needs to contain to output true. `` StringVar(String)

This shard checks if the input string contains the string specified in the String parameter. If the input string does contain the string specified, the shard will output true. Otherwise, it will output false.