1
Answer

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

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)