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


Please Help Members By Posting Answers For Below Questions

How does the cookies work in asp.net?

554


Which is better session or viewstate?

514


What is query string? What are its advantages and limitations?

516


What is the good practice to implement validations in aspx page?

639


What are the layouts of ASP.NET Pages?

621






Explain asp.net application life cycle?

553


How do you handle server controls?

660


What is routing in MVC?

600


What is a web farm?

600


How to send a DataReader as a parameter to a remote client ?

2727


How you can stop the validation of ASP.NET controls from client side?

532


What is ascx?

539


What describes a query?

527


What is a page life cycle? What are the events in a page life cycle?

493


Write the different features of a Thread and a Process?

628