ProtoFlux:Ends With

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

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

Inputs

Str (String)

The string to check.

Substring (String)

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

Outputs

* (bool)

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

Examples