/ Published in: C#
ต้องมีอย่างน้อย 8 ตัวอักษร ต้องมีตัวอักษรอังกฤษตัวเล็ก [a-z] และตัวใหญ่[A-Z] อย่างน้อยอย่างล่ะ 1 ตัว
Expand |
Embed | Plain Text
^(?=.{8,})(?=.*[a-z])(?=.*[A-Z])(?!.*\s).*$
You need to login to post a comment.
ต้องมีอย่างน้อย 8 ตัวอักษร ต้องมีตัวอักษรอังกฤษตัวเล็ก [a-z] และตัวใหญ่[A-Z] อย่างน้อยอย่างล่ะ 1 ตัว
^(?=.{8,})(?=.*[a-z])(?=.*[A-Z])(?!.*\s).*$
You need to login to post a comment.