Trimming a whole string in asp

Discussion in 'Classic ASP' started by Gerbill, Apr 4, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello there I am trying to do a search on a "Product Title" and a "Product Description". Now what I want to do is "Trim" all the space from the whole title/description so that I can search for a string within that title/description.

    i.e. I want to search "This is a new topic" but I want to search it like "Thisisanewtopic".

    If you can help if would be muchly appreciated.

    Gerbill

    See what I mean, hear what I say, listen for my words~
     
  2. If the only thing you need is to replace the " " by "", then that is what you have to do (example in C#):

     
  3. Yeah that is what I wanted. That is great help. That is what I was going to do but I did it another way but that is great help.

    Thanks alot,
    Gerbill

    See what I mean, hear what I say, listen for my words~
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page