Méthode | Description | |
---|---|---|
Equalize ( this self ) : string |
Returns and converts the string into a common format.
|
|
FromSortable ( this self ) : string |
Returns the string as converted from a sortable string (String, The -> The String)
|
|
ToKeywords ( this self ) : string |
Filters non descriptive words/characters from a title so that only keywords remain.
|
|
ToSortable ( this self ) : string |
Returns the string converted to a sortable string (The String -> String, The)
|
public static Equalize ( this self ) : string | ||
self | this | |
Résultat | string |
public static FromSortable ( this self ) : string | ||
self | this | |
Résultat | string |
public static ToKeywords ( this self ) : string | ||
self | this | |
Résultat | string |
public static ToSortable ( this self ) : string | ||
self | this | |
Résultat | string |