llFindNotecardTextCount
key llFindNotecardTextCount(string NotecardName, string Pattern, list Options)Searches the text of a cached notecard for lines containing the given pattern and returns the
number of matches found through a dataserver event.
Parameters
-
NotecardName(string) -
Pattern(string) - Regex pattern to find in the notecard text.
-
Options(list) - A list of options to control the search. Included for future expansion, should be []
Add example usage here.
Add additional notes, caveats, or tips here.
See Also
Section titled “See Also”- Related functions can be linked here