RulePoint
- RulePoint 6.1.2
- All Products
trim(text1,[text2],...)
Argument
| Required
Optional
| Description
|
---|---|---|
text1
| Required
| The text from which you want spaces removed.
|
text2
| Optional
| The other list of text from which you want spaces removed.
|
Parameter Input Options
| Datatype
|
---|---|
Event property
| Text
|
Watchlist values
| Text
|
when 1 stock s with trim(s.period) as result =”Second Quarter” then response with body=”${result}”
Event Property Value
| Description
| Result
|
---|---|---|
s.period=" Second Quarter "
| Removes all spaces from text except for single spaces between words.
| Second Quarter
|