FG
💻 Software

Regex Replace from Command line

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

Problem

Is it possible to regex replace from command line? Right now I'm using notepad++ to do this. In command line I can only use FINDSTR wich can only locate the mached files/lines EDIT : Maybe it will be possible to make a VB script and run it from cmd? I just created a file "hi.vbs" with the content T…

Error Output

Msgbox "Hi Buddy"

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Regex Replace from Command line

Low Risk

I've written a free command line tool for Windows to do this. It's called rxrepl, it supports Unicode and file search. Some may find it a useful tool. rxrepl is a Microsoft Windows command line tool to search and replace text in text files using Per…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment