node_idstring · requiredTarget node ID
Find and replace text in a field by typing the replacement naturally. Finds the first occurrence of search text, selects and deletes it, then types new_text character by character via InputConnection. If `new_text` is empty, only deletes the found text (delete-only mode).
node_idstring · requiredTarget node ID
searchstring · requiredText to find in the field (first occurrence, max 10000 characters)
new_textstring · requiredReplacement text to type (max 2000 characters). Can be empty to just delete the found text
typing_speedinteger · default 250Base delay between characters in ms (min: 10, max: 5000)
typing_speed_varianceinteger · default 50Random variance in ms, clamped to [0, typing_speed]