Skip to main content

Module grep

Module grep 

Source
Expand description

Grep tool โ€” search file contents using regex or literal patterns.

Uses VirtualFs for WASM compatibility. In WASM mode, performs regex search over all files in the VFS. In native mode, can delegate to ripgrep via VirtualExecutor.

Structsยง

GrepTool