Contains Text ============= Category -------- String Commands Description ----------- This command performs an ordinal (case-sensitive and culture-insensitive) comparison. Use this command when you want to comparison. Parameters ---------- **Text** Supply text to be searched for substring, e.g., Hello World. **Substring Text** Supply the substring to be searched in the Text, e.g., World. **Result** Indicate the variable to receive the result. Returned Value -------------- This command does not have returned value. Example Usage ------------- Example Location: `BYpass\\Examples\\String Commands\\Contains Text\\Contains Text.xml` See Also -------- - :doc:`Concat Text ` - :doc:`Format String ` - :doc:`Get Word Count ` - :doc:`Get Word Length ` - :doc:`Modify String ` - :doc:`String Operation ` - :doc:`String Replace ` - :doc:`StringIsNullOrEmpty ` - :doc:`Substring ` - :doc:`Text Extraction ` - :doc:`Trim Text `