Minor changes
This commit is contained in:
parent
bd993b4e4d
commit
6aa544b322
3 changed files with 8 additions and 18 deletions
|
|
@ -70,10 +70,5 @@ namespace FileManager
|
|||
property = property.Replace(ch.ToString(), "");
|
||||
return property;
|
||||
}
|
||||
|
||||
public static string TitleCompressed(string title)
|
||||
=> new string(title
|
||||
.Where(c => (char.IsLetterOrDigit(c)))
|
||||
.ToArray());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue