G
Guest 20221009
Guest
Hi all,
Need help with Regex in C#, this a bit foreign to me. Need to retrieve First names from a table row with lost of junk in it and I cant seem to get my regex to match.
Using Rad Regex Designer, I came up with "First Name : (.*)\r\s". It validates, but when I use it in a console app nothing happens..
Please help

Need help with Regex in C#, this a bit foreign to me. Need to retrieve First names from a table row with lost of junk in it and I cant seem to get my regex to match.
First Name : rba
c : sd
Company Name : asdfasdf
Email : [email protected]
Cellphone : 2323
Work phone : 2323
Using Rad Regex Designer, I came up with "First Name : (.*)\r\s". It validates, but when I use it in a console app nothing happens..
Please help