hi , how could i analyse a text the user added on a site to
look for some words like "car" "shouffere" .. and then i
can use that information in addition to other information
to make a decision about the adds im going to to show on
the site.
Answer Posted / kalyan
Use .net Regex
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does console mean c#?
What Is The Difference Between The System.array.copyto() And System.array.clone()?
What is the use of regex in c#?
What is using directive in c#?
If the original method is not static you can declare an override method to be static or not?
How to find whether the application is run from inside ide or not?
What is the difference between Object and class adapters?
What is ienumerable t in c#?
How will you deploy the dll file in gac?
C# called c sharp why?
Write a program to find the angle between the hours and minutes in a clock
Is list passed by reference c#?
How can I develop an application that automatically updates itself from the web?
What are Namespaces?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?