RulePoint
- RulePoint 6.1.2
- All Products
proper(text1,[text2],...)
Argument
| Required
Optional
| Description
|
---|---|---|
test1
| Required
| Text for which you need to apply the proper analytic.
|
test2
| Optional
| Other text for which you need to apply the proper analytic.
|
Parameter Input Options
| Datatype
|
---|---|
Event property
| string
|
Watchlist values
| string
|
when 1 Greeting s with proper(s.value) as result =”How’R U” then response with body=”value of greeting is ${result}”
Event Property Value
| Description
| Result
|
---|---|---|
s.value=hOw'r u
| Capitalizes the first letter in a text string and other letters in the text that follow any character other than a letter. Converts all other letters to lowercase letters.
| How'R U
|