ProtoFlux:Starts With

From Resonite Wiki
Revision as of 00:52, 19 February 2024 by 989onan (talk | contribs) (Create Starts With ProtoFlux Node Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Starts With
Str
*
Substring
Strings

Ends With is a ProtoFlux node that checks if Str (String) starts with Substring (String).

Inputs

Str (String)

The string to check.

Substring (String)

Used to check if Str (String) starts with this.

Outputs

* (bool)

Returns if Str (String) starts with Substring (String).

Examples