Skip to content

Character Position

Character Position
First Position
Last Position
Match Case
False
Text
Empty
Search Text
Empty

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.


Type: Boolean
Default: False

If true, the search will be case-sensitive.

Type: String
Default: Empty

Text to perform the search on.

Type: String
Default: Empty

Text to search for within the main text.


Type: Integer
Default: -1

Index of the first occurrence of the search text, or -1 if not found.

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.