Gets a regular expression that matches a leading article.
public static Regex GetLeadingArticleRegex(LanguageName language)
| parameter | description |
|---|---|
| language | The language. |
A regular expression that matches a leading article, or null if the specified language is not supported.