Character Position
Character Position
Section titled “Character Position” Category Utility
Is Pair Node: No
Provides information about the positions and count of a specified substring within a given text.
Inputs
Section titled “Inputs” Match Case
Section titled “ Match Case ” Type: Boolean
Default: false
If true, the search will be case sensitive. If false, the search will be case insensitive.
Type: String
Default: unset
The text in which to search for the specified substring.
Search Text
Section titled “ Search Text ” Type: String
Default: unset
The substring to search for within the text.
Outputs
Section titled “Outputs” First Position
Section titled “ First Position ” Type: Integer
Default: -1
The position of the first occurrence of the search text within the text. Returns -1 if not found.
Last Position
Section titled “ Last Position ” Type: Integer
Default: -1
The position of the last occurrence of the search text within the text. Returns -1 if not found.
Count
Section titled “ Count ” Type: Integer
Default: 0
The number of occurrences of the search text within the text.
All of our content is carefully written by hand, no AI was involved during the process.