Action group: Text
Determines if the ending of the text matches the specified pattern
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Source text | Text to make action on | Robin.String | Yes | |
Estimated ending | The text to which the end of the source text will be compared | Robin.String | Yes | |
Results | ||||
Result | Boolean variable to which the test result will be written | Robin.Boolean | true |
None.
There is a text variable "Input text" with value = LKM Click, text variable "Text for comparison" with value = "LMB". It is necessary to check whether the end of the text coincides with the specified sample. If the condition matches, output the message - "the end of the text matches the specified pattern", if it does not match "the end of the text does NOT match the specified pattern".
Use the "Check ending", "If", and "Show message" actions.
The result is displayed in the dialog box.