0

I want to compare two strings on percentage basis like i have this

Player and wmplayer
Manager and IDMan
Mail and WINMail
Explorer and iexplorer

Any Help Please

Habib
  • 219,104
  • 29
  • 407
  • 436
  • 4
    http://stackoverflow.com/questions/2344320/comparing-strings-with-tolerance – Habib Sep 16 '13 at 15:07
  • 4
    You've given inputs but not told us what your expected outputs are? – Ibasa Sep 16 '13 at 15:07
  • i want that at how much % both strings matching and if u know that how i can differentiate between main exe file in a folder which run program between different exe files in same folder? – Waqar Muhammad Sep 16 '13 at 15:47
  • or u can review this and get more understanding of my needs :P http://stackoverflow.com/questions/18808657/how-to-filter-between-junk-exe-files-and-workable-exe-files – Waqar Muhammad Sep 16 '13 at 15:48

1 Answers1

1

You can probably make use of a library such as ScoreSharp. It is designed to do fuzzy matching to find similarities between strings.

Matthew Steeples
  • 7,858
  • 4
  • 34
  • 49