Click or drag to resize

StringExtensions Class

Provides extensions methods for String.
Inheritance Hierarchy
SystemObject
  SphinxConnector.FluentApi.UtilStringExtensions

Namespace:  SphinxConnector.FluentApi.Util
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public static class StringExtensions
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