Skip to content

llFindNotecardTextCount

Function Syntax
key llFindNotecardTextCount(
  1. string NotecardName,
  2. string Pattern, // Regex pattern to find in the notecard text.
  3. list Options // A list of options to control the search. Included for future expansion, should be []
);

Searches the text of a cached notecard for lines containing the given pattern and returns the

number of matches found through a dataserver event.