Please help me to create RPA for below:
Email ID is valid or not
Criteria:
- Only one @ should be present
- After last dot(.) there should be atleast 3 characters
- There should not be any spaces
Ex: abc@gmail.com then result should be true
abc@gmail, then result should be false