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

What is variable and constant in .net programming language?

583


Write the different features of a Thread and a Process?

847


How do sessions work?

701


How can u debug your .net application?

770


What is custom events?

769


Is viewstate secure?

719


What are main return types supported in Web API?

975


How does asp net store session ids by default?

701


What is the current version of asp.net?

679


Why is the standalone environment only useful during the development process?

1580


Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.

2812


Can I stream live content/events?

770


which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites

1894


What are sessions used for?

747


What is the latest version of asp.net?

729