I want to match two passwords with regular expression. for example i have two inputs "123456" and "1234567" then the result should be not match(false). And when i have entered "123456" and "123456" then the result should be match(true).I want to match two passwords with regular expr