Selenium IDE: Regular Expression Pattern

An idea to verify the correct format (eg: email format, phone number format) is simple. We need the “Regular Expression Pattern” of each format and using Selenium IDE to compare, the result will be Passed if your value match with Regular Expression Pattern, and Failed if your value does not match with that format pattern. There are some common Regular Expression Pattern, but you can customize to meet the business if needed.