Hello ,
Ex: I was born on 22/12/2023 and joined my company on 19-02-2022
Regex Pattern: \d{0,2}[/,-]\d{0,2}[/,-]\d{0,4}
Hello ,
Ex: I was born on 22/12/2023 and joined my company on 19-02-2022
Regex Pattern: \d{0,2}[/,-]\d{0,2}[/,-]\d{0,4}
Checkout this expression
System.Text.RegularExpressions.regex.Match("INputSTring","\d{2}.\d{2}.\d{4}").Tostring
Regards
Sudharsan