llFindNotecardTextSync
list llFindNotecardTextSync(string NotecardName, string Pattern, integer StartMatch, integer Count, list Options)Searches the text of a cached notecard for lines containing the given pattern.
Returns a list of line numbers and column where a match is found. If the notecard is not in
the cache it returns a list containing a single entry of NAK. If no matches are found an
empty list is returned.
Parameters
-
NotecardName(string) -
Pattern(string) - Regex pattern to find in the notecard text.
-
StartMatch(integer) - The number of matches to skip before returning values.
-
Count(integer) - The maximum number of matches to return. If 0 this function will return the first 64 matches found.
-
Options(list) - A list of options to control the search. Included for future expansion, should be []
Examples
Section titled “Examples”Add example usage here.
Add additional notes, caveats, or tips here.
See Also
Section titled “See Also”- Related pages can be linked here