in reply to Divide a list of string into substrings
"333X111", "222X111", "000X333", "000X111"
With overlap "000X","X111","222","333" weight => 22
Otherwise what is the solution???
Added first row "333X111"
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Divide a list of string into substrings
by choroba (Cardinal) on Jun 23, 2020 at 18:44 UTC |