RulePoint
- RulePoint 6.1.2
- All Products
lower(text1,[text2],,,)
Argument
| Required
Optional
| Description
|
---|---|---|
text1
| Required
| The text that you want to convert to lowercase.
|
text2,...
| Optional
| The text that you want to convert to lowercase.
|
Parameter Input Options
| Datatype
|
---|---|
Event property
| string
|
Watchlist values
| string
|
when 1 stock s with lower(s.symbol) as result= “infa” then response with body="${result}”
Event Property Value
| Description
| Result
|
---|---|---|
s.symbol= INFA
| Converts the text to lowercase.
| infa
|