Quantcast
Channel: UltraEdit, UltraCompare, UEStudio forums
Viewing all articles
Browse latest Browse all 307

Text Compare and Merge • How to compare text file with ignoring numbers at the beginning of the lines?

$
0
0
Hello together!

Is it possible to ignore some characters in lines, for example like with regular expression N[0-9]* ?

Example:

in first file:

Code:

...N0010 X10 Y87 Z100N0020 G1 X50 F150N0030 Y50...
The coordinates are the same in second file , but the line numbers are different. But the line numbers should not be relevant for the comparison.

Code:

...N0020 X10 Y87 Z100N0030 G1 X50 F150N0040 Y50...
The line numbers can be grow up to the length of 5 or 6 digits.

statistics: Posted by bergchri9:11 - Sep 05 — Replies 1 — Views 5268



Viewing all articles
Browse latest Browse all 307

Trending Articles