Skip to content

Character Position

Character Position
First Position
Last Position
Count
Match Case
false
Text
Search Text

Category Utility
Is Pair Node: No


Provides information about the positions and count of a specified substring within a given text.


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.

Type: String
Default: unset

The substring to search for within the text.


Type: Integer
Default: -1

The position of the first occurrence of the search text within the text. Returns -1 if not found.

Type: Integer
Default: -1

The position of the last occurrence of the search text within the text. Returns -1 if not found.

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.