Hello Guys,
I am trying to generate a password by passing a regular expression to a 'Generate' method of Xeger.
Regular Expression :[abcdefghjkmnpqrstxyz]{6\,6}[23456789]{1\,1}[!@#$%^&*+=]{1\,1}
Now i want to change this regular expression. So that generated password should not contain Consecutive duplicate character.
For Example: abcadea2@ is allowed. But aabcde2@ is not allowed.
Please suggest me if you have any idea.
Regards
Poornima Shankar