That’s very simple. Use this pattern:
/(\d{2})(\d{2})(\d{4})/
And replace it with $1/$2/$3
Online Demo
4
solved Regex String to Date
That’s very simple. Use this pattern:
/(\d{2})(\d{2})(\d{4})/
And replace it with $1/$2/$3
4
solved Regex String to Date