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.
我正在尝试编写一个正则表达式来满足以下所有条件:
我找到了一些可以建立的答案,但这些答案是允许的,并且:
这就是你需要的
^(\d{1,13}([:,]\d{1,13})*)$
在这里工作