Find in String Node¶
The Find in String node finds the number of times a substring occurs in a string, and the position of the start of the first match.
入力¶
- String(文字列)
The input string in which the search will be conducted.
- Search(検索)
The substring that will be searched for within the input string.
Properties(プロパティ)¶
このノードにはプロパティがありません。
出力¶
- First Found
The start position of the first occurrence of the substring within the input string.
- Count(数)
The total number of occurrences of the substring within the input string.