Ports
| Port name | Description | Direction | Type |
|---|---|---|---|
| MainString | The string in which the ContainString must be contained for the output to become true. | Input | String port |
| ContainString | The string which will be tested if it is contained in the main string. | Input | String port |
| Result | True if the ContainString is contained in the MainString as specified in the Requirement property. | Output | Digital port |