Skip to content

llFindNotecardTextSync

  • DirectoryllFindNotecardTextSync list
    • 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 []

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.