845 links
  • Links Lounge
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
  • Regex Password complexity

    //Tests if the input consists of 6 or more letters, digits, underscores and hyphens.
    //The input must contain at least one upper case letter, one lower case letter and one digit.
    '\A(?=[-_a-zA-Z0-9]?[A-Z])(?=[-_a-zA-Z0-9]?[a-z])(?=[-_a-zA-Z0-9]*?[0-9])[-_a-zA-Z0-9]{6,}\z'

    Tue 08 Jan 2013 10:38:20 AM CET - permalink -
    - - - http://links.la-bnbox.fr/?bCB_1Q
    Regex Security
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation