Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Mon, 2 Aug 2010 08:04:37 +0400
From: Solar Designer <solar@...nwall.com>
To: john-users@...ts.openwall.com
Subject: Re: accept word begining with consonnant

On Sun, Aug 01, 2010 at 12:28:42AM +0200, websiteaccess@...il.com wrote:
>  How accept only word starting with a consonant and the second letter 
> is a vowel or [rtlph] ?

(?c =1?v
(?c =1[rtlph]

or you can write:

(?c =1[aeiourtlph]

but it's slower (more rules).

>  I did :
> 
> \!! (?c =0[aeiourtlph]

The second character is number 1, not number 0.

Alexander

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.