Re: Replacing Letters in a String

2000-05-16 Thread Dick Applebaum
way to do this. > >Jon > > >- Original Message - >From: Dick Applebaum <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Monday, May 15, 2000 10:34 PM >Subject: Re: Replacing Letters in a String > > >> mmm... >> >> Are you sur

Re: Replacing Letters in a String

2000-05-15 Thread Jeff
jon, :~~ : From: Jonathan Karlen <[EMAIL PROTECTED]> : : In many languages I could store the search string : as an array and loop through the array inserting : '%' symbols in between each character. I'm not : aware of any CF way to do this. :~~

Re: Replacing Letters in a String

2000-05-15 Thread Jonathan Karlen
]> Sent: Monday, May 15, 2000 10:34 PM Subject: Re: Replacing Letters in a String > mmm... > > Are you sure you want to ignore *any* number of non-numeric groups? > > If so, one way would be denormalization... storing a second copy of > the part number in the table. This secon

Re: Replacing Letters in a String

2000-05-15 Thread Dick Applebaum
mmm... Are you sure you want to ignore *any* number of non-numeric groups? If so, one way would be denormalization... storing a second copy of the part number in the table. This second part number would represent the part number in a format that could be readily searched: Real Part #

Replacing Letters in a String

2000-05-15 Thread Jonathan Karlen
This is a multi-part message in MIME format. --=_NextPart_000_0056_01BFBEBE.CE241C80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Greetings - I am developing a parts database for a client which is keyed by part = number. He wants to be