RulePoint
- RulePoint 6.1.2
- All Products
endswith(text1,[text2],…,string)
Argument
| Required
Optional
| Description
|
---|---|---|
text1
| Required
| The end text of the first text item that the analytic must verify.
|
text2, ...
| Optional
| The end text of other text items that the analytic must verify.
|
string
| Required
| The string value with which the text ends.
|
Parameter Input Options
| Datatype
|
---|---|
Event property
| text
|
Watchlist values
| text
|
when 1 stocktopic s with endsWith(s.nature,”High”) as result then response with body="${ result }"
Event Property Value
| Description
| Result
|
---|---|---|
n. nature="returnsHigh"
| Validates whether the text ends with High.
| true
|