Check start Version 5 (Java)

Action group: Text


Description

Determines if the beginning of the text matches the specified pattern

Action icon


Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
TextSource text for processing.Robin.String
Yes
String to compareThe text to which the start of the source text will be compared.Robin.String
Yes
Results
ResultA boolean variable to which the test result will be written.Robin.Booleantrue

Special conditions of use

None.

Example of use 

Task

There is a text variable "Input text" with value = Click LMB, text variable "Text for comparison" with value = "Click". It is necessary to check whether the beginning of the text coincides with the specified sample.  If the condition matches, output the message - "the beginning of the text matches the specified sample", if it does not match "the beginning of the text does NOT match the specified sample". 

Solution 

Use the actions "Check start", "If", "Show message". 

Implementation 

  1. Create a boolean variable to which the result of the "Check start" action will be written. 


  2. Move the "Check start" action to the workspace and set its parameters. 


  3. Move the "If" action to the workspace and set its parameter. 


  4. Add a "Show message" action to the "Truth" branch and set its parameter. 


  5. In the "False" branch, add a "Show message" action and set its parameter. 


  6. Launch the robot using the "Start" button in the top panel. 

Result

The result is displayed in the dialog box 

  • Нет меток