Search found 3 matches

by eugenemon
07 Sep 2017 23:51
Forum: DOS Batch Forum
Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
Replies: 550
Views: 2157946

Re: JREPL.BAT - regex text processor - successor to REPL.BAT

I've tested the code using the example input file you provided, and it worked perfectly. Either the input format differs from what you have posted, or else your source files are in Unicode. JREPL only supports ASCII format (though this solution should work with UTF-8) Omg, it's amazing! It worked. ...
by eugenemon
24 Aug 2017 23:28
Forum: DOS Batch Forum
Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
Replies: 550
Views: 2157946

Re: JREPL.BAT - regex text processor - successor to REPL.BAT

Thank you for your prompt reply. I have tried both codes and now I understand the structure for the capture groups. However, the output file I received shows 3 blank lines when I opened it with notepad++. The file size is now 4 bytes compared to previously (when I did it wrongly) 0kb. I guess that's...
by eugenemon
24 Aug 2017 02:47
Forum: DOS Batch Forum
Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
Replies: 550
Views: 2157946

Re: JREPL.BAT - regex text processor - successor to REPL.BAT

Hi dbenham, Thank you for JREPL, I'm still learn how this magic works. So to start, I have thousands of these text files that I extracted using ffmpeg's ffprobe: ffprobe : ffprobe version N-82966-g6993bb4 Copyright (c) 2007-2016 the FFmpeg developers At line:26 char:5 + ffprobe $oldVideo 2>&1 | ...