We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9db8d commit 76a47b5Copy full SHA for 76a47b5
1 file changed
CardQuery/MainWindow.xaml.cs
@@ -31,6 +31,7 @@ private string TrimCardText(string text)
31
result = result?.Replace("(", string.Empty);
32
result = result?.Replace(")", string.Empty);
33
result = result?.Replace("$", string.Empty);
34
+ result = result?.Replace("#", string.Empty);
35
return result;
36
}
37
0 commit comments