User:John of Reading/AWB settings/Common A
{{../Disclaimer}}
The big regular expression in the "INVESTIGATE" rule is suitable for the database scanner.
The rules are just a backup of the "A" rules from my ever-expanding rule set, so some do not relate to anything listed at Wikipedia:Lists of common misspellings/A.
Attribution note: the "A to An" and "An to A" rules contain text and ideas drawn from Wikipedia:AutoWikiBrowser/Typos, User:Sun Creator/A to An and User:Sun Creator/An to A.
public string ProcessArticle(string ArticleText, string ArticleTitle, int wikiNamespace, out string Summary, out bool Skip)
{
Skip = false;
Summary = "test";
ArticleText = "test \r\n\r\n" + ArticleText;
return ArticleText;
}