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