Login
Remember
Register
Ask a Question
Which regex string evaluates to anything or nothing
0
votes
asked
Jan 31, 2020
in
Selenium
by
SakshiSharma
Which regex string evaluates to anything or nothing
*. (star dot)
.* (dot star)
"?
*+
#selenium-regex-string
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 31, 2020
by
Robindeniel
.* (dot star)
...