- Documentation
- Activities
- Text
- Find text position
Find the position of a substring within text
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Text to Search In inputText | expression | Required | — | — |
Text to Find searchText | expression | Required | — | — |
Start From Position startPosition | number | Optional | 0 | Position to start searching from (0-based) |
Case Sensitive caseSensitive | boolean | Optional | false | — |
Output Variable outputVariable | variable | Optional | TextPosition | — |
Output
TextPositionNumberPosition of the substring (-1 if not found)
Compatibility
WindowsLinuxAttendedUnattended
Related activities
Change text case
Convert text to UPPERCASE, lowercase, or Title Case
Contains text
Check if text contains a specific substring
Convert datetime to text
Turn a date into readable text like "January 5, 2025"
Extract substring
Extract a portion of text by position
Get text length
Count the number of characters in text
HTML content
Create or modify HTML content for emails or web pages