Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are Regex / regular expressions ?



What are Regex / regular expressions ?..

Answer / Jitendra Singh Jung

Regex or Regular Expressions are a powerful tool for searching, manipulating, and validating text. They provide a flexible means of defining search patterns that can be used in various programming languages including C#. In C#, you use the System.Text.RegularExpressions namespace to work with regular expressions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What does this keyword mean in c#?

1 Answers  


What are the collection types can be used in c#?

1 Answers  


What?s the difference between the System.Array.CopyTo() and System.Array.Clone()?

3 Answers  


Explain the concepts of cts and cls(common language specification).

1 Answers  


Can an abstract class inherit from another abstract class c#?

1 Answers  


What are jagged arrays used for?

1 Answers  


When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)?

1 Answers  


If a class is having 4 variables namely type double,type integer,type string,type decimal. If we create an instance of that class those variables which gets into this instance are value types or reference types?

4 Answers   Kanbay,


Is char * null terminated?

1 Answers  


Does c# support properties of array types?

1 Answers  


What are the basic string operations? Explain.

1 Answers  


What does executescalar return in c#?

1 Answers  


Categories