From the given paragraph of text, write a program to match
the strings of format “Any number of numerals followed by
an underscore followed by any number of alphabets"
ex:123_abc
(Note:using regular expressions)
Answer Posted / pio
Raghuram is right and his regex is 100% correct. The other
2 answers also have a string which does nothing:
string s = input;
so it is not necessary.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Define authentication and authorization.
What is the difference between Session and response.Redirect?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What is application and session in asp.net?
What are the advantages of Web API?
Explain the asp.net page life cycle.
What is the application pool?
Web API supports which protocol?
How ASP.NET page works?
What is a postback url?
how to write html code with ssl
What is connection pooling and how to enable and disable connection pooling?
What is a url string?
What is state management technique?
What is data grid view in asp.net?