Click here to Skip to main content
15,914,222 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a string that contains below url. I want to remove common words from a string? how to achieve..

http://localhost:1563/PlumbOld/Visitorsdetail.aspx?pages=/intracity/provide_details/bangalore/yelahanka/66235/378(1)&duration=3&level=3
Posted
Comments
OriginalGriff 25-Apr-13 4:47am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
Perhaps if you give us an example of what you want as input, and the output you expect, we might be able to help?
Use the "Improve question" widget to edit your question and provide better information.
Ankur\m/ 25-Apr-13 5:26am    
And what do you think are the common words here?
[no name] 25-Apr-13 6:03am    
what are the common words here..????

1 solution

You could use the REPLACE (Transact-SQL)[^] function, but I really don't see why on earth you should do this..

You still need a list/table of "common words"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900