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
Is goto statement supported in c#?
What is the difference between ienumerable and enumerable?
If you define a user defined data type by using the struct keyword, is it a value type or reference type?
Why main is static in c#?
What's the difference between a static method and a non static method c#?
Explain how to use an extender provider in the project.
In .NET which is the smallest unit of execution?
Is Multiple-inheritance supported by c#?
What is difference between method overriding and method overloading?
What is lazy in c#?
Are there constructors in c sharp?
What is the syntax for calling an overloaded constructor within a constructor?
What is difference between const and static in c#?
what is the default access for a class
Why are strings immutable c#?