Class SearchUtils
Inheritance
System.Object
SearchUtils
Syntax
public static class SearchUtils
Fields
entrySeparators
Declaration
public static readonly char[] entrySeparators
Field Value
| Type |
Description |
| System.Char[] |
|
Methods
FindShiftLeftVariations(String)
Declaration
public static string[] FindShiftLeftVariations(string word)
Parameters
| Type |
Name |
Description |
| System.String |
word |
|
Returns
| Type |
Description |
| System.String[] |
|
SplitCamelCase(String)
Declaration
public static string[] SplitCamelCase(string source)
Parameters
| Type |
Name |
Description |
| System.String |
source |
|
Returns
| Type |
Description |
| System.String[] |
|
SplitEntryComponents(String, Char[], Int32, Int32)
Declaration
public static IEnumerable<string> SplitEntryComponents(string entry, char[] entrySeparators, int minIndexCharVariation, int maxIndexCharVariation)
Parameters
| Type |
Name |
Description |
| System.String |
entry |
|
| System.Char[] |
entrySeparators |
|
| System.Int32 |
minIndexCharVariation |
|
| System.Int32 |
maxIndexCharVariation |
|
Returns
| Type |
Description |
| System.Collections.Generic.IEnumerable<System.String> |
|
SplitFileEntryComponents(String, Char[], Int32, Int32)
Declaration
public static IEnumerable<string> SplitFileEntryComponents(string path, char[] entrySeparators, int minIndexCharVariation, int maxIndexCharVariation)
Parameters
| Type |
Name |
Description |
| System.String |
path |
|
| System.Char[] |
entrySeparators |
|
| System.Int32 |
minIndexCharVariation |
|
| System.Int32 |
maxIndexCharVariation |
|
Returns
| Type |
Description |
| System.Collections.Generic.IEnumerable<System.String> |
|