Search found 1 match

by john67z
17 Jun 2016 10:19
Forum: DOS Batch Forum
Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
Replies: 550
Views: 2168200

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

I have fixed width file with pipe delimeters that sometimes will have a carriage return line feed in one of the columns when it shouldn't. For example: Line 1: PC16ABCDEF01|this|is|normal....|****|<CRLF> Line 2: PC16ACCDEF02|this|is|not<CRLF> Line 2: normal.|****|<CRLF> As you can see, line 2 has a ...