Search found 2 matches

by yamaduc
08 Mar 2016 18: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: 2165585

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

You really should be using an XML utility to modify XML. Your sed code is not very robust. But if you insist on using a generic text editing utility, then yes, JREPL can do the job just as easily and efficiently (and as well or as poorly) as sed. Insert <sysproperty/> tag within <junit><junit/> tag...
by yamaduc
01 Mar 2016 21:10
Forum: DOS Batch Forum
Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
Replies: 550
Views: 2165585

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

Hi Dave, I'm trying to port some sed command over using jrepl. Great script btw! Here's some of the commands I'm trying to do in sed but wonder if it's possible with jrepl. The sed command below sed -i -e "s|\(<.*junit.*printSummary.*>\)|\1\<sysproperty key\=\"exitTestTag\" value\=\&q...