Contains methods for removing, appending and prepending article prefixes for sorting strings ignoring the article.
public static class EnglishArticleInheritance System.Object → EnglishArticle
Removes the prefixed article and appends it to the same string.
public static string[] AppendArticlePrefix(string[] items);items System.String[]
The input array of strings
System.String[]
Sorted string array
Removes the previously appended article and prepends it to the same string.
public static string[] PrependArticleSuffix(string[] appended);appended System.String[]
Sorted string array
System.String[]
String array