Closed gumbarros closed 1 year ago
This closes #24
I'm using EvaluateOptions.CaseInsensitiveComparer because there is no Comparer classes to cover all scenarios from the StringComparer enum.
EvaluateOptions.CaseInsensitiveComparer
Comparer
StringComparer
Also applied some suggestions from the Rider editor at the codebase.
Awesome! 🥇
Also, thanks a lot for porting the feature to ncalc-async :)
This closes #24
I'm using
EvaluateOptions.CaseInsensitiveComparer
because there is noComparer
classes to cover all scenarios from theStringComparer
enum.Also applied some suggestions from the Rider editor at the codebase.