- Documentation
- Activities
- Text
- Replace text
Find and replace words or characters in text
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Input Text inputText | expression | Required | — | — |
Search For searchText | string | Required | — | — |
Replace With replaceWith | string | Optional | — | — |
Use Regular Expression useRegex | boolean | Optional | false | — |
Replace All Occurrences replaceAll | boolean | Optional | true | — |
Case Sensitive caseSensitive | boolean | Optional | true | — |
Output Variable outputVariable | variable | Optional | replacedText | — |
Output
replacedTextStringText with replaced content
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
Find text position
Find the position of a substring within text
Get text length
Count the number of characters in text