PDA

View Full Version : Setting up Matching Text


PeterW
23-Mar-2004, 12:44 PM
I'm compairing 2 text files and want to mask out the following line to NOT compair.
59,666 CHARACTERS PER SECOND;
44,750 CHARACTERS PER SECOND;
I need to know what the mask is to place in Unimportant Text to ignore the whole line when CHARACTERS PER SECOND is matched with another file.

Thanks!
Peter

Craig
23-Mar-2004, 02:38 PM
Use the "Regular Expression" category. The actual expression to use would be "^.*CHARACTERS PER LINE.*$"