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 difference between rest and soap?
Is redux flux?
What is view state management in asp net?
What is preprocessor in .net and type, where it use?
how to transfer the file from client to server using asp.net
What is the difference between the get method () and post method ()?
Why select Web API?
Define static constructor?
What is the difference between union and join?
How do we access view state value of this page in the next page?
Explain how dot net compiled code will become platform independent?
What is new asp.net core?
How to unit test Web API?
Can we have a web application running without web.config file?
What is the life-span of the items in the viewstate?