Compare Similarity#

Compare the similarity of two strings. The Levenshtein distance algorithm is used.

First string[Text] First string.
Second string[Text] Second string.
Similarity percentage[Number] Similarity percentage. The value can range from 0 to 100.
Number of characters[Number] Number of differing characters.
Error handling level

Select the error handling level. Possible values:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message level

Select the message level that blocks will output during operation. Possible values:

  • "Default" - default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error text[Text] Returns detailed information about the error in case of incorrect execution of the block's work.