Match a bank statement / Problem of pairing words

Hi,
The problem concerns the pairing of phrases / words / sentences. When making a bank transfer we write the title and our data (description /contractor) You have to find in on the list. The problem is that there is never a whole description of whether the contractor does not coincide with the list. single words yes. How to create an algorithm for the best search?

Thanks !

Hi @Marcin

Pass everything on a string array variable and do a manipulations
Arr_str(0)

Thanks
Ashwin.S

Thank You for Your answer. Can you show what you have written in a simple example ?