iRobo.Activity.Parse Text

Activity that find all occurrences of a specified subtext or regular expression pattern 


Properties

Input

  • Text - (Text To Parse) ( Mandatory)
  • Text To Find - (Text To Find) ( Mandatory


Misc

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


Output                                                                                                        

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

Steps of Using Parse 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 Parse Text Activity from the Toolbox.
  5. Type the text in Text To Parse  to be Parsed .
  6. Type the text to found in Text To Find .
  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 Parse 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: Free Web Help generator