Search found 2 matches
- 11 Jul 2020 07:30
- Forum: DOS Batch Forum
- Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
- Replies: 550
- Views: 2166122
Re: JREPL.BAT v8.5 - regex text processor with support for text highlighting and alternate character sets
Hi Ridim, Your cleaned version didn't exactly match you original input. I have included the input file I have used. I am no expert so the conversion might be done more efficiently. Input used: {"announcement":{"id":32322,"category":0,"layout_type":0,"title":"Campagne !","image":"https://test.com/pic...
- 06 Jul 2020 14:44
- Forum: DOS Batch Forum
- Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
- Replies: 550
- Views: 2166122
Re: JREPL.BAT v8.5 - regex text processor with support for text highlighting and alternate character sets
The delete duplicates code in post 17 isn't working anymore. jrepl "" "" /N 10 /f "inputFile" ^ | sort /+11 ^ | jrepl ".*?:(.*)$" "x=p;p=$1;($1==x?false:$src);" /jmatch /jbeg "var p='',x" ^ | sort ^ | jrepl "^.*?:" "" > "outputFile" I tested with JREPL 8.5 on Windows 10 and only "false" lines are re...