using regular expression / Remove special characters with linq to sql
- by Prasad
How can i use regular expressions with linq to sql in the asp.net mvc(C#) application?
The columns in my MSSQL table (Products) has some special characters like (, - % ',.....).
While searching for a product i need to search without that special chareters.
For ex.: I have a product say (ABC-Camp's / One), when i search for "abccamp", it should…