Length Operator - Haufe-Lexware/haufe.no-frills-transformation GitHub Wiki
Returns the length (in characters) of a string expression.
| What | Type |
|---|---|
| Syntax | Length(s) |
s |
string |
| Return type | int |
Example: Length($firstName)
Returns the length (in characters) of a string expression.
| What | Type |
|---|---|
| Syntax | Length(s) |
s |
string |
| Return type | int |
Example: Length($firstName)