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
Explain the function of new view engine in asp.net? : asp.net mvc
Differentiate between globalization and localization.
How do u deploy ur project?
Web API uses which library for JSON serialization?
What is break mode?
Which is better viewstate or session?
Explain what is an assembly?
How can we register exception filter globally?
Where viewstate value is stored in asp.net?
What is the current version of asp.net?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
How do you remove duplicates without using remove duplicate stage?
What is difference between View State and Hidden Field in ASP.NET?
What is asp.net with mvc? : Asp.Net MVC
how to write html code with ssl