User:John of Reading/AWB settings/Common S
{{../Disclaimer}}
The two big regular expressions in the "INVESTIGATE" rules are suitable for the database scanner. I ran into an undocumented 32K limit in the Find+Replace dialog, and had to split the rule in half.
The rules are just a backup of the "S" rules from my ever-expanding rule set, so some do not relate to anything listed at Wikipedia:Lists of common misspellings/S.
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;
}