![]() |
OTX Reference
|
|
Determines a substring More...
Public Attributes | |
StringTerm | _string |
Cardinality [1] Represents the input string from which a sub-string will be extracted. More... | |
NumericTerm | count |
Cardinality [1] Number of characters which should be read. It will read up to the end of the string. More... | |
NumericTerm | index |
Cardinality [1] Zero-based index - starting position within the string. More... | |
![]() | |
MetaData | metaData |
Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Determines a substring
The SubString term returns a substring from a String.The substring is determined by the Index und Count element.
Core.Exceptions.OutOfBoundsException |
StringTerm OpenTestSystem.Otx.Extensions.StringUtil.Terms.SubString._string |
Cardinality [1]
Represents the input string from which a sub-string will be extracted.
NumericTerm OpenTestSystem.Otx.Extensions.StringUtil.Terms.SubString.count |
Cardinality [1]
Number of characters which should be read. It will read up to the end of the string.
NumericTerm OpenTestSystem.Otx.Extensions.StringUtil.Terms.SubString.index |
Cardinality [1]
Zero-based index - starting position within the string.