Bugfix: COrrect find-and-replace ordering.

More work may be needed here.... :-"
'
This commit is contained in:
Starbeamrainbowlabs 2018-12-19 17:46:53 +00:00
parent b5df7ab94e
commit 505e500634
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 2 deletions

View File

@ -245,18 +245,18 @@ namespace RhinoReminds
@"^remind\s+(?:me\s+)?", @"^remind\s+(?:me\s+)?",
@"^me\s+", @"^me\s+",
@"^on\s+", @"^on\s+",
@"my",
@"you", @"you",
@"your", @"your",
@"my",
@"&" // Ampersands cause a crash when sending! @"&" // Ampersands cause a crash when sending!
}, new string[] { }, new string[] {
" ", " ",
"", "",
"", "",
"", "",
"your",
@"me", @"me",
@"my", @"my",
"your",
@"and" @"and"
}, RegexOptions.IgnoreCase).Trim(); }, RegexOptions.IgnoreCase).Trim();