description.md
1Searches the entire project for the given regular expression.
2
3- Prefer this tool when searching for files containing symbols in the project.
4- Supports full regex syntax (eg. "log.*Error", "function\\s+\\w+", etc.)
5- Use this tool when you need to find files containing specific patterns
6- Results are paginated with 20 matches per page. Use the optional 'offset' parameter to request subsequent pages.