Interview Questions

Selenium WebDriver and Selenium IDE - What does a character class for all alphabetic characters and digits look like in regular expressions?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebDriver and Selenium IDE - What does a character class for all alphabetic characters and digits look like in regular expressions?

[a-zA-Z0-9] matches any alphanumeric character

(Continued on next question...)

Other Interview Questions