Report Bug
Qus : What does the function re-search do?
Qusफंक्शन re-search क्या करता है?

A. matches a pattern at the start of the string.
B. matches a pattern at any position in the string.
C. such a function does not exist
D. none of the mentioned.


Solution
B. matches a pattern at any position in the string.






Report Bug