Search found 4 matches
- 26 Feb 2017 05:45
- Forum: DOS Batch Forum
- Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
- Replies: 550
- Views: 2164721
Re: JREPL.BAT - regex text processor - successor to REPL.BAT
Did you look at the /X option. I'm not too sure how does the /X option work? jrepl "^.*" "abc123" /inc 3 /f "C:\test.txt" /o - /X \q Says there are too many arguments Figured it out: jrepl "^.*" "\qabc123\q" /inc 3 /f "C:\test.txt" /o - /X...
- 26 Feb 2017 05:36
- Forum: DOS Batch Forum
- Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
- Replies: 550
- Views: 2164721
Re: JREPL.BAT - regex text processor - successor to REPL.BAT
Squashman wrote:Did you look at the /X option.
I'm not too sure how does the /X option work?
jrepl "^.*" "abc123" /inc 3 /f "C:\test.txt" /o - /X \q
Says there are too many arguments
- 26 Feb 2017 00:05
- Forum: DOS Batch Forum
- Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
- Replies: 550
- Views: 2164721
Re: JREPL.BAT - regex text processor - successor to REPL.BAT
I'm new to JREPL.bat. Hoping to replace a particular line in a text file. I'm currently using the following command to replace line 3 with the text abc123 jrepl "^.*" "abc123" /inc 3 /f "C:\test.txt" /o - It works at the moment. However, if I wanted to replace line 3 wi...
- 18 Jun 2016 21:27
- Forum: DOS Batch Forum
- Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
- Replies: 550
- Views: 2164721
Re: JREPL.BAT - regex text processor - successor to REPL.BAT
Hi, I'm new to this forum and the use of Jreply.bat. Would like some advise on the use of Jeply.bat to replace a particular line (in this case line 4) in one of my configuration files. Sample code from configuration file is as follows: [global] ; Comments 1 ; Comments 2 From=aaa<bbb@ccc.com> ; Comme...