search_regex
Find files on Windows by specifying a regular expression pattern, with options to limit folder path, set maximum results, and toggle case sensitivity.
Instructions
Search using regular expressions.
Args: pattern: Regular expression pattern folder_path: Limit search to specific folder path (optional) max_results: Maximum number of results (default 50) match_case: Enable case-sensitive search
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | ||
| folder_path | No | ||
| max_results | No | ||
| match_case | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |