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 variable and constant in .net programming language?
Write the different features of a Thread and a Process?
How do sessions work?
How can u debug your .net application?
What is custom events?
Is viewstate secure?
What are main return types supported in Web API?
How does asp net store session ids by default?
What is the current version of asp.net?
Why is the standalone environment only useful during the development process?
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.
Can I stream live content/events?
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
What are sessions used for?
What is the latest version of asp.net?