Search results

  1. M

    How to Check Email addess is valid or not by using string operations

    Write a code in RPA tool of your preference to take a string input from the user and check if it's valid email address or not? A valid e-mail address should meet the below criteria. a) Only one @ should be present. b) After @, there should be at least one dot(.)present. c) After the last dot...
Top