Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
Selenium
« Previous
Next »
Which regular expression sequence that loosely translates to "anything or nothing?"
Options
- .* (dot star)
- *. (star dot)
- “?
- *+
CORRECT ANSWER : .* (dot star)
Discussion Board
Selenium
Answer: dot star
Solution: Regular expression is used for searching text or value on the page. In regular expression we use dome predefine special character for searching patterns or text like *, dot, [ ], ?, + etc.
.* regular expression sequences are two-character sequence that translated as “0 or more occurrences of any character” or “anything or nothing.”
Therefore dot star are the correct answer.
Rohit Srivastava 07-28-2014 05:30 AM
« Previous
Next »
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
Testing (25)
Testing (25)
Testing skills - Freshers (20)
Testing skills - Experienced (20)
Load Runner (30)
Manual testing (70)
QC (30)
QTP (30)
Selenium (30)
Winrunner (30)
SDLC (30)
Advertisement
▲