Search found 1 match
- 24 Jul 2017 01:48
- Forum: DOS Batch Forum
- Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
- Replies: 550
- Views: 2158250
Re: JREPL.BAT - regex text processor - successor to REPL.BAT
Hi, I'm trying to replace [assembly: AssemblyFileVersion(" 4.0.0.0 ")] with [assembly: AssemblyFileVersion(" 3.0.0.123 ")] where the 4.0.0.0 could be any version number. I'm using the command jrepl "\[assembly\: AssemblyFileVersion\([0-9\.\"]*\)\]" "[assembly:...