ncalc / ncalc-async

Asynchronous Mathematical Expressions Evaluator for .NET
MIT License
35 stars 18 forks source link

Added EvaluateOptions.CaseInsensitiveComparer #25

Closed gumbarros closed 1 year ago

gumbarros commented 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.

Also applied some suggestions from the Rider editor at the codebase.

yallie commented 1 year ago

Awesome! 🥇

Also, thanks a lot for porting the feature to ncalc-async :)