Regex Not Capturing Specific Date Formats in PHP - Issues with Custom Separators
👀 Views: 1
💬 Answers: 1
📅 Created: 2025-06-11
regex php dates
I'm having trouble with a regex pattern in PHP that should match dates in different formats, specifically ones that use custom separators. The requirement is to...