Comparing Lists of Strings

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
AZJIO
Addict
Addict
Posts: 1318
Joined: Sun May 14, 2017 1:48 am

Comparing Lists of Strings

Post by AZJIO »

Comparing strings in files or from the clipboard

Download: yandex upload.ee (RU\EN)

Screenshot of the program on Linux
Image

Tasks performed by the program
Unique lines of the 2nd file that are not in the first one.
Same lines in 2 files.
Unique lines of the same file, removes duplicates.
Count unique lines of one file.
Merge lines of 2 files.
Update
Protecting against blank lines in input fields
Removing a delimiter at the end of a line
Added display of the number of lines and task execution time in the status bar.
Added "Merge lines of 2 files"

Added "case sensitive"
Added "Whole line is delimiter"
Last edited by AZJIO on Sat Jun 18, 2022 7:56 pm, edited 7 times in total.
User avatar
NicTheQuick
Addict
Addict
Posts: 1224
Joined: Sun Jun 22, 2003 7:43 pm
Location: Germany, Saarbrücken
Contact:

Re: Comparing Lists of Strings

Post by NicTheQuick »

What exactly does it?
The english grammar is freeware, you can use it freely - But it's not Open Source, i.e. you can not change it or publish it in altered way.
AZJIO
Addict
Addict
Posts: 1318
Joined: Sun May 14, 2017 1:48 am

Re: Comparing Lists of Strings

Post by AZJIO »

NicTheQuick wrote: Tue Jun 07, 2022 7:33 pm What exactly does it?
Download here, there is a help file. I can only do it in the evening.
AZJIO
Addict
Addict
Posts: 1318
Joined: Sun May 14, 2017 1:48 am

Re: Comparing Lists of Strings

Post by AZJIO »

Update
Protecting against blank lines in input fields
Removing a delimiter at the end of a line
Added display of the number of lines and task execution time in the status bar.
Added "Merge lines of 2 files"
Post Reply