C#C
C#3y ago
palusi

❔ calculator

I want to write a function which returns if a string can be used as calculator input. The calculator should use the Operators +-*/, brackets and foats.
Should i use regex for this? How can I use it for this?
Was this page helpful?