1
Answer

how to simplify string of numbers to yyyy-mm-dd format using regular expression

Photo of sahitya kunapareddy

sahitya kunapareddy

14y
2.1k
1
I have a string of 8 numbers, and I need to convert those into yyyy-mm-dd format. How can I do this in C# using regular expression.

Answers (1)