Removed unwanted comment.
This commit is contained in:
parent
2d8ce95810
commit
4769cc7157
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ namespace ScrewTurn.Wiki {
|
|||
s = s.Trim();
|
||||
|
||||
if(ignoreSpace) {
|
||||
s = Regex.Replace(s, "\\s+", " "); // TODO: optimization: faster blank removal.
|
||||
s = Regex.Replace(s, "\\s+", " ");
|
||||
}
|
||||
|
||||
if(ignoreCase)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue