I need to validate the text box with the following condition using regex
I am having two text box , i need to validate second text box like below
1.second text box should not have the same value as first text box.
2.second text box should not have the reverse value as first text box.
I need this only using regular expression.
Go to the complete details ...