FG
💻 Software

Mac OS X search and replace tool with regular expression support

Fresh5 days ago
Mar 15, 202627584 views
Confidence Score0%
0%

Problem

I'm looking for a regular expression based search/replace GUI tool that is able to handle multiple files/subdirectories, something like grepWin but for Mac OS X. PS. I'm aware of grep and I don't need an editor, just a standalone tool.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Mac OS X search and replace tool with regular expression support

Low Risk

You're probably looking for a GUI app, but I can reccomend a terminal command. Perl can do inline replacement: This will find all files under the current directory and replace based on the provided regexp. If you need to change directories, an easy …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment