Precise code and text search-and-replace tool with regex support
Code surgeon for precise text and code transplantation
srgn$ srgn 'oldFunction' 'newFunction' src/$ srgn 'const\s+(\w+)\s*=' 'let $1 =' --regex src/$ srgn 'TODO' 'FIXME' --dry-run app.js