![]() |
OTX Reference
|
|
Use of regular expressions More...
Public Attributes | |
StringTerm | _string |
Cardinality [1] Represents the String which shall be analysed. More... | |
StringTerm | regexp |
Cardinality [1] Regular expression according to "PERL 5 regular expression Description Version 12", eg "^(_*[ a-zA-Z] [a-zA-Z0-9_ ]*)$". More... | |
![]() | |
MetaData | metaData |
Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Use of regular expressions
The MatchToRegularExpression term is TRUE, if the regular expression which applied to the String is also TRUE.
Core.Exceptions.OutOfBoundsException | It is thrown if the regular expression does not follow the supported syntax of the runtime system. |
StringTerm OpenTestSystem.Otx.Extensions.StringUtil.Terms.MatchToRegularExpression._string |
Cardinality [1]
Represents the String which shall be analysed.
StringTerm OpenTestSystem.Otx.Extensions.StringUtil.Terms.MatchToRegularExpression.regexp |
Cardinality [1]
Regular expression according to "PERL 5 regular expression Description Version 12", eg "^(_*[ a-zA-Z] [a-zA-Z0-9_ ]*)$".