I'm working regex in recent days and now need to make regex which is match with 2 digit but the digits should be different each other For example followings will be matched: 56, 78, 20 ... But followings should not be matched: 22, 33, 66 or 99
Already wasted few days for this solution. So any suggestion will be welcome.