Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:StartsWith

From Resonite Wiki
(Redirected from ProtoFlux:Starts With)
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