strlen #
Returns the length of a value.
Query Syntax #
HTTP #
URL: http://kuzzle:7512/ms/_strlen/<_id>
Method: GET
Other protocols #
{
"controller": "ms",
"action": "strlen",
"_id": "<key>"
}
Arguments #
_id
: key identifier holding a string value
Response #
Returns a string length.
{
"requestId": "<unique request identifier>",
"status": 200,
"error": null,
"controller": "ms",
"action": "strlen",
"collection": null,
"index": null,
"result": 6
}
Edit this page on Github(opens new window)