Can RegEx and Match be used in a Windows Form?
I know they work in the console applications…
I’m trying to convert a Console app to a Windows Form Application.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
RegExcan be used in anything that can access the .Net Framework. WinForms, Console, WPF, code-behind in an ASP.Net website, etc.You could even create an instance of the
RegExclass in ColdFusion using .Net integration (crazy, I know)!