$string fuzzy

Allows you to compare two strings checked with specified comparison options and tolerance.


Example

Running this code will compare the string "Video Training in Ten Minutes or Less!" to the string "Video5 Training in Ten Minutes or Less!". Here are the applied comparison preferences:

  • Comparision Options:
    • Use Overlap Coefficient
    • Use Longest Common Subsequence
    • Use Longest Common Substring
  • Comparison Tolerance:
    • Manual

This is shown in the alert box.

alert($plugin function("Data and Files Automation.dll", "$string fuzzy", "Video Training in Ten Minutes or Less!", "Video5 Training in Ten Minutes or Less!", "Use Overlap Coefficient
Use Longest Common Subsequence
Use Longest Common Substring", "Manual"))

Was this helpful?

Previous Article

$string encrypt/decrypt

Next Article

$string merge