ProtoFlux:Ends With: Difference between revisions

From Resonite Wiki
Create Ends With ProtoFlux Node Page
 
forgot the catgeory
 
Line 36: Line 36:
File:Protoflux_example_Ends_With.webp|Ends With being used to tell people to end their sentences with a period.
File:Protoflux_example_Ends_With.webp|Ends With being used to tell people to end their sentences with a period.
</gallery>
</gallery>
[[Category:ProtoFlux:Strings]]

Latest revision as of 21:32, 17 February 2024

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