Interview Questions

Is there regular expression (regex) support available to C# developers?

C# Interview Questions and Answers


(Continued from previous question...)

45. Is there regular expression (regex) support available to C# developers?

Yes. The .NET class libraries provide support for regular expressions. Look at the documentation for the System.Text.RegularExpressions namespace.

(Continued on next question...)

Other Interview Questions