ProtoFlux:CountOccurrences: Difference between revisions

From Resonite Wiki
Create Count Occurrences ProtoFlux Node Page
 
m YoshBot moved page ProtoFlux:Count Occurrences to ProtoFlux:CountOccurrences: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 23:48, 20 August 2025

Count Occurrences
Str
*
Search
ComparisonMode
Strings

Contains is a ProtoFlux node that returns the amount of times Search (String) occurs in Str (String) as a int.

Inputs

Str (String)

The string to search for Search (String) in.

Search (String)

The string to be searching for.

ComparisonMode (StringComparison)

The search method to use when searching.

Outputs

* (int)

The amount of times Search (String) occurs in Str (String).

Examples