Character Position
Character Position
Section titled “Character Position” Category Shape
Is Pair Node: No
Finds the first and last positions of a specified substring within a given text, with an option for case sensitivity.
Inputs
Section titled “Inputs” Match Case
Section titled “ Match Case ” Type: Boolean
Default: False
If true, the search will be case-sensitive.
Search Text
Section titled “ Search Text ” Type: String
Default: Empty
Text to search for within the main text.
Outputs
Section titled “Outputs” First Position
Section titled “ First Position ” Type: Integer
Default: -1
Index of the first occurrence of the search text, or -1 if not found.
Last Position
Section titled “ Last Position ” Type: Integer
Default: -1
Index of the last occurrence of the search text, or -1 if not found.
All of our content is carefully written by hand, no AI was involved during the process.