ll.LinksetDataCountFound (search: string) -> numberReturns the number of keys matching the regular expression passed in the search parameter.
ll.LinksetDataCountFound('test')
{
"def": "func",
"desc": "Returns the number of keys matching the regular expression passed in the search parameter.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlLinksetDataCountFound",
"private": false,
"takesSelf": false,
"name": "LinksetDataCountFound",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "number"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "search",
"desc": "A regex search string to match against keys in the datastore.",
"type": [
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
}
]
}
]
}