Regex Search
regex_searchFind specific content in Obsidian notes by applying JavaScript regular expressions to note bodies; returns matching files, lines, and excerpts.
Instructions
Search note bodies with a JavaScript regular expression and return matching file, line, and excerpt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flags | No | Any of i, m, s, u (default i). | |
| limit | No | Max matching lines (default 50). | |
| folder | No | Optional vault-relative folder scope. | |
| pattern | Yes | JavaScript regular expression pattern. |