Hi,
I have a tricky question. Lets say I have the follwing files:
- File A -
[1]Bla bla bla=YES
[2]Bla bla bla=NO
[3]Bla bla bla=NO
[4]Bla bla bla=Hello
- File B -
[1]Bla bla bla=Yes
[2]Bla bla bla=No
[3]Bla bla bla=Yes
[4]Bla bla bla=HELLO
I would like that, in lines 1 and 2, the words YES/Yes and NO/No were marked as unimportant
However, I would like that lines 3 and 4 were marked as different.
I thought that adding the two following "unimportant text rules" would do it:
=(YES|Yes|yes)$
=(NO|No|no)$
But it doesn´t. The result of these rules is that lines 1 and 2 are marked as unimportant, and 4 as different, that is ok, but line 3 is maked as unimportant, and that is wrong. In other words, I would like to ignore caps for yes/no, but not in the rest of the file.
Any suggesttion?
P.S. I'm using version 2.5.1, just in case is important
I have a tricky question. Lets say I have the follwing files:
- File A -
[1]Bla bla bla=YES
[2]Bla bla bla=NO
[3]Bla bla bla=NO
[4]Bla bla bla=Hello
- File B -
[1]Bla bla bla=Yes
[2]Bla bla bla=No
[3]Bla bla bla=Yes
[4]Bla bla bla=HELLO
I would like that, in lines 1 and 2, the words YES/Yes and NO/No were marked as unimportant
However, I would like that lines 3 and 4 were marked as different.
I thought that adding the two following "unimportant text rules" would do it:
=(YES|Yes|yes)$
=(NO|No|no)$
But it doesn´t. The result of these rules is that lines 1 and 2 are marked as unimportant, and 4 as different, that is ok, but line 3 is maked as unimportant, and that is wrong. In other words, I would like to ignore caps for yes/no, but not in the rest of the file.
Any suggesttion?
P.S. I'm using version 2.5.1, just in case is important
Comment