RulePoint
- RulePoint 6.1.2
- All Products
startswith(text1,[text2],…,string)
Argument
| Required
Optional
| Description
|
---|---|---|
text1
| Required
| The text that you want to verify whether it starts with the specified string.
|
text2
| Optional
| The other text that you want to verify whether it starts with the specified string.
|
string
| Required
| The string value with which the text starts.
|
Parameter Input Options
| Datatype
|
---|---|
Event property
| Text
|
Watchlist values
| Text
|
when 1 stocktopic s with startswith(s.nature,”returns”) as result then response with body="${ result }"
Event Property Value
| Description
| Result
|
---|---|---|
n. nature="returns High"
| Validating whether text ends with returns.
| true
|