Forum Discussion
SmartBear_Suppo
Alumni
13 years agoThen I believe you have to combine an match for existance and a mach for the format of the e-mail adress you want like this:
not(exists(//ns:GetPersonResponse[1]/ns1:GetPersonResult[1]/ns:ReturnValue[2]/ns1:Email/text())) or matches(//ns:GetPersonResponse[1]/ns1:GetPersonResult[1]/ns:ReturnValue[2]/ns1:Email/text(), '<INSERT REGULAR EXPRESSIONS FOR DESIRED EMAIL FORMAT HERE>')