iRobo.Activity.Replace Text

Activity that replace all occurrences of a specified subtext with another text. It can be used with regular expressions 


Properties

Input

  • Source Text - (Source Text) ( Mandatory)
  • Text To Replace - (Text To Replace or regular expression pattern)
  • Replace With - (New text) 


Misc

  • DisplayName - Replace Text
  • IsRegularExpression - Check box for regular expression pattern.


Output                                                                                                        

  • Result - A String Variable That Contains The Text After Replace

Steps of Using Replace Text Activity

  1. Open iRobo Studio.
  2. Navigate to Existing Project or create new project.
  3. Right click on project name and create new workflow.
  4. Drag the Replace Text Activity from the Toolbox.
  5. Type the text in Source Text  .
  6. Type the text to found in Text To Replace .
  7. Check IsRegularExpression if you want to use regular expression pattern .
  8. Put a string variable in the output field Result to get result of the Replace text .
  9. Click Save Button from iRobo Studio Menu or press Ctrl + S keyboard shortcut to save the workflow.
  10. Click Play Button to start the conversion process.


Created with the Personal Edition of HelpNDoc: Easily create HTML Help documents