Category: ⚙️ System
![]()
Searches the source text blocks for a specific word or pattern and outputs the number of occurrences found.
By default the search is recomputed automatically whenever the source blocks' text changes. Connecting a jolt to the Manual Trigger input disables auto-update so the result is only refreshed when triggered. Toggle 'Case Sensitive' in the inspector to control whether 'Hello' and 'hello' should count as the same match.
| Name | Type | Description |
|---|---|---|
| Search pattern | Text Input | The word or pattern to look for inside the source text. If empty, the output is 0. |
| Source Text | Tag Input | Blocks with text whose contents will be concatenated and searched. |
| Manual Trigger | Jolt Input | Connect a jolt here to run the search on demand. When connected, the block no longer auto-updates when source text changes. |
| Name | Type | Description |
|---|---|---|
| Occurrence Count | Jolt Output | Number of times the search pattern was found in the source text. 0 if no match or if the pattern is empty. |
| Name | Type | Description |
|---|---|---|
| Case Sensitive | checkbox | When enabled, 'Hello' and 'hello' are considered different. Disable to match regardless of letter case. |
| Edit text from outside | checkbox | Allows the text input to be clicked and edited from outside the group/device this block belongs to. |