Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 struts 1.0 中validation.xml 中使用的正则表达式的新手。那就是说,以下是什么意思?在 xx/xx/xxxx 方面?
<constant-value>^\d{1,2}(\-|\/|\.)\d{1,2}\1\d{4}$</constant-value>
这似乎是以下任何格式的日期验证器:
dd-mm-yyyy dd/mm/yyyy dd.mm.yyyy mm-dd-yyyy mm/dd/yyyy mm.dd.yyyy
PS:它允许月份或日期数字为一位数或两位数。
推荐的正则表达式参考