Search found 1 match

by audi02
07 Sep 2020 06: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: 2166565

Re: JREPL.BAT v8.6 - can't get correct result when using [^]

Hi,
FYI

I tried JREPL with the follow scenario:

Input string: "PROXY proxy-aaa.bbbbbb.com:789"

command: jrepl ".*[^0-9A-Za-z\.]([0-9A-Za-z\.]+):([0-9]+).*" "$1:$2"

Result: "m:789"
Expected result: "aaa.bbbbbb,com:789"