Bugfix: COrrect find-and-replace ordering.
More work may be needed here.... :-" '
This commit is contained in:
parent
b5df7ab94e
commit
505e500634
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue