ProtoFlux:Contains

From Resonite Wiki
Revision as of 17:21, 16 February 2024 by 989onan (talk | contribs) (Create Contains ProtoFlux Node Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Contains
Str
*
Substring
Strings

Contains is a ProtoFlux node that returns if Substring (String) occurs anywhere in Str (String) as a bool.

Inputs

Str (String)

The string to search for Substring (String) in.

Substring (String)

The string to be searching for.

Outputs

* (bool)

Whether or not Str (String) contains at least one occurrence of Substring (String).

Examples