Click or drag to resize

StringExtensions Methods

Methods
  NameDescription
Public methodStatic memberCode exampleGetSnippet(String)
Gets a snippet for an attribute or a string for the match clause provided to Match(String). Supported with Manticore 3.2.2 and up.
Public methodStatic memberCode exampleGetSnippet(String, SnippetsOptions)
Gets a snippet for an attribute or a string for the match clause provided to Match(String). Supported with Manticore 3.2.2 and up.
Public methodStatic memberCode exampleGetSnippet(String, String)
Gets a snippet for an attribute or a string.
Public methodStatic memberCode exampleGetSnippet(String, String, SnippetsOptions)
Gets a snippet for an attribute or a string.
Public methodStatic memberLevenshtein(String, String)
Returns the Levenshtein distance between source and pattern.
Public methodStatic memberLevenshtein(String, String, LevenshteinOptions)
Returns the Levenshtein distance between source and pattern with the given poptions.
Public methodStatic memberLevenshteinNormalized(String, String)
Returns the normalized Levenshtein distance between source and pattern.
Public methodStatic memberLevenshteinNormalized(String, String, LevenshteinOptions)
Returns the normalized Levenshtein distance between source and pattern with the given poptions.
Top
See Also