Date: 2022-06-07 04:15 (UTC)
From: [personal profile] iamjaph
Но ведь "[\S\s]" - это просто ".", а "*?" - это просто "*"!

^(?=.*\d)(?=.*\p{Ll})(?=.*\p{Lu})(?=.*[\pP\pS]).{8}

На perl можно включить режим "незначащие пробелы и комментарии":

^
(?=.*\d)
(?=.*\p{Ll})
(?=.*\p{Lu})
(?=.*[\pP\pS])
.{8}

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org