ProtoFlux:StartsWith: Difference between revisions

From Resonite Wiki
Create Starts With ProtoFlux Node Page
 
m YoshBot moved page ProtoFlux:Starts With to ProtoFlux:StartsWith: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:35, 21 August 2025

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