RulePoint
- RulePoint 6.1.2
- All Products
stringlength(string)
Argument
| Required
Optional
| Description
|
---|---|---|
string1
| Required
| The string whose length you want to retrieve.
|
when 1 strleng s with stringlength(s.value) as result =6 then response with body=”${result}”
Usage
| Description
| Result
|
---|---|---|
s.value="Hello"
| The length of the string.
| 5
|