Files
2026-07-13 13:12:17 +08:00

9 lines
271 B
HTML

<header>Perl regexp to check password against</header>
To force a password to match some regular expression, enter it here in POSIX
regexp format. This must match the whole password, so to force use of a number
you would have to enter <tt>.*[0-9].*</tt>. <p>
<footer>