Category Archives: Regex

.NET interview questions :- What are Regex / regular expressions ?

Answer: Regex or regular expression helps us describe complex patterns in texts. Once you have described these patterns you can use them to do searching, replacing, extracting and modifying text data. Below is a simple sample of regex. The first … Continue reading

Posted in .NET and C# training, .Net Interview Questions, C# interview questions, Csharp interview questions, progarmming interview questions, Regex, regular expressions | Tagged , , , , , , | Leave a comment