What will be the output of

var result = Regex.Match("hati,ghora,apple,mango,babai", @"\bapple\b").Success; ?

 Posted by Rajnilari2015 on 12/1/2015 | Category: C# Interview questions | Views: 3145 | Points: 40
Select from following answers:
  1. True
  2. False
  3. Program crash
  4. I don't know
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response