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+)?",
|
@"^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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue