How to find whether a string is a regular expression or normal string in C#. I find in java and PHP but not C#. Can anyone help me please. String testing = "Final";
I want to test whether "testing" is a regular expression or normal string.
Thankyou