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
What is the use of session state and application state and difference between them?
If we remove web.config or machine.config from the application then, is this application will works?
Why select Web API?
What are the contents of cookie?
Explain exception filters?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
What are the HTML server controls in ASP.NET?
What are the types of authentication in asp.net?
What is the use of worker process in asp.net?
What is asp.net architecture?
Explain the difference between or and orelse?
What is the best Macanism to clear the Cache in asp.net
Explain the difference between singleton and single call?
What is master page in dtp?
What is inproc mode in session?