Tag Archives: regex

C# RegEx

Overview Namespace: System.Text.RegularExpressions Classes Capture: Results of a single match CaptureCollection Group: Result of a single group capture Match: Result of a single expression match MatchCollection MatchEvaluator: A delegate for use during replacement operations Regex: An instance of compiled regular … Continue reading

Posted in c# | Tagged , | Leave a comment