Skip to content

Commit 76a47b5

Browse files
committed
replace # with empty
1 parent bf9db8d commit 76a47b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CardQuery/MainWindow.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ private string TrimCardText(string text)
3131
result = result?.Replace("(", string.Empty);
3232
result = result?.Replace(")", string.Empty);
3333
result = result?.Replace("$", string.Empty);
34+
result = result?.Replace("#", string.Empty);
3435
return result;
3536
}
3637

0 commit comments

Comments
 (0)