Hi there,
I've been investigating the "Define Unimportant Text in Beyond Compare" but can't get it to do what I want...
Basically I have two parameter files, structured as follows, both are UTF-8.
key say: formname.key
txt say : text
The only difference is that property file 2 has the text encrypted.
i.e.
file 1 is form1.title=formTitle
file 2 is form1.title=ENC(1231sdfsfgsghsrtw56wrasger54t)
I want to compare only the first characters to the = sign which is not always at the same position (key lengths can be different)
I've set up a new File Type "Properties File" and tried to define the correct Grammer under basic and Delimited to no effect.
In Basic I've said regular expression /[^=]*/ which should get all characters to the = sign but it's not working.
Basically I really want to ignore everything after the = sign...or include everything until the = sign...
Can any one help?
thanks and regards
I've been investigating the "Define Unimportant Text in Beyond Compare" but can't get it to do what I want...
Basically I have two parameter files, structured as follows, both are UTF-8.
key say: formname.key
txt say : text
The only difference is that property file 2 has the text encrypted.
i.e.
file 1 is form1.title=formTitle
file 2 is form1.title=ENC(1231sdfsfgsghsrtw56wrasger54t)
I want to compare only the first characters to the = sign which is not always at the same position (key lengths can be different)
I've set up a new File Type "Properties File" and tried to define the correct Grammer under basic and Delimited to no effect.
In Basic I've said regular expression /[^=]*/ which should get all characters to the = sign but it's not working.
Basically I really want to ignore everything after the = sign...or include everything until the = sign...
Can any one help?
thanks and regards
Comment