Click or drag to resize

StringExtensions Methods

The StringExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodCode 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 Extension MethodCode 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 Extension MethodCode exampleGetSnippet(String, String) Gets a snippet for an attribute or a string.
Public Extension MethodCode exampleGetSnippet(String, String, SnippetsOptions) Gets a snippet for an attribute or a string.
Public Extension MethodLevenshtein(String, String) Returns the Levenshtein distance between source and pattern.
Public Extension MethodLevenshtein(String, String, LevenshteinOptions) Returns the Levenshtein distance between source and pattern with the given poptions.
Public Extension MethodLevenshteinNormalized(String, String) Returns the normalized Levenshtein distance between source and pattern.
Public Extension MethodLevenshteinNormalized(String, String, LevenshteinOptions) Returns the normalized Levenshtein distance between source and pattern with the given poptions.
Top
See Also