what is the namespace used for regex class in c
Answers
Answered by
0
Answer:
C# provides a class termed as Regex which can be found in System.Text.RegularExpression namespace. This class will perform two things: Parsing the inputting text for the regular expression pattern.
Similar questions