ll.LinksetDataCountFound(search: string) : number
Returns 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,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlLinksetDataCountFound",
"name": "LinksetDataCountFound",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"number"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "search",
"desc": "A regex search string to match against keys in the datastore.",
"type": [
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}