Regex for Validating Custom Date Formats in Java - Issues with Leap Years
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-08-21
regex java validation
I'm trying to create a regex pattern to validate a specific date format in Java, which is `dd-MM-yyyy`. The challenge I'm facing is ensuring that the regex prop...