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+)?",
@"^me\s+",
@"^on\s+",
@"my",
@"you",
@"your",
@"my",
@"&" // Ampersands cause a crash when sending!
}, new string[] {
" ",
"",
"",
"",
"your",
@"me",
@"my",
"your",
@"and"
}, RegexOptions.IgnoreCase).Trim();