Hi all,
i have a sentence with date “31 December 2018” like to get that date. Is it possible to get that using below condition?
System.Text.RegularExpressions.Regex.Replace(strPortfolio, “(Jan(uary)?|Feb(ruary)?|Mar(ch)?|Apr(il)?|May|Jun(e)?|Jul(y)?|Aug(ust)?|Sep(tember)?|Oct(ober)?|Nov(ember)?|Dec(ember)?)\s*(\d{1,2}\s*,\s*\d{4})”, “”)
Thanks &Regards
indra
(Indra)
2
@Spark_robot Hope Attached file meets your scenario Main.xaml (5.4 KB)
You can mark this as solved
Link : Manipulation for extracting Date form string Using Regex
Thanks in advance and feel free for any query.
system
(system)
Closed
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.