![]() |
OTX Reference
|
|
Position within a string More...

Public Attributes | |
| StringTerm | _string |
| Cardinality [1] Represents the input string in which the pattern shall be searched. More... | |
| StringTerm | pattern |
| Cardinality [1] String which is searched for. More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term | |
| MetaData | metaData |
| Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Position within a string
The IndexOf term gives the zero-based position of the first occurrence of a substring (Pattern) in a String. If not found, it returns -1.
| StringTerm OpenTestSystem.Otx.Extensions.StringUtil.Terms.IndexOf._string |
Cardinality [1]
Represents the input string in which the pattern shall be searched.
| StringTerm OpenTestSystem.Otx.Extensions.StringUtil.Terms.IndexOf.pattern |
Cardinality [1]
String which is searched for.