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 does passport and windows authentication mean in ASP.NET?
What is aspect-oriented programming?
What is state management in .net?
What is the importance of Global.asax in ASP.NET?
What is the namespace to create thread in .net?
What are session cookies?
What is state management techniques in asp.net?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What is the difference between web.config and machine.config in ASP.NET?
What is a session http?
In which event of page cycle is the viewstate available?
What is Web Server Control Templates.?
What is the purpose of master page?
What are the different types of sessions in asp.net?
What is the use of service provider?