String Search???

2000-10-08 Thread Mike Weaver
g note? I would think possibly a = string search from time stamp to time stamp? Any assistance is appreciated. Mike --=_NextPart_000_0057_01C03179.7A092F40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Could someone please poi

Javascript string search...

2000-10-03 Thread Kevin Langevin
Sorry if you're seeing this post again, but I never saw it hit the list yesterday... I'm trying to find a Javascript command to search for a chunk of text inside of a string. I've used substring before, but I'm trying to find something that will let me find, for example, the text 'oft' in 'softw

RE: String Search???

2000-10-08 Thread Pete Freitag
8, 2000 11:46 PM To: CF-Talk Subject: String Search??? Could someone please point me in a direction for this issue; I have = notes stored in a field that are separated by a timestamp. The time = stamp is added each time a new note is stored and then the field is = updated with from one to as

Javascript string search question...

2000-10-02 Thread Kevin Langevin
Anyone know how to do a text string search in Javascript? I've used substring before, but I'm looking for some way to do something akin to find() in CF, where it finds the substring ANYWHERE in the string to be searched. Is it necessary to do a character by character search, or

RE: Javascript string search...

2000-10-03 Thread Top-Link Tech (John Ceci)
AM To: CF-Talk Subject: Javascript string search... Sorry if you're seeing this post again, but I never saw it hit the list yesterday... I'm trying to find a Javascript command to search for a chunk of text inside of a string. I've used substring before, but I'm trying to find

RE: Javascript string search...

2000-10-03 Thread Bob Silverberg
Check out the indexOf() method of the string object. It does exactly what you're looking for. Bob -Original Message- From: Kevin Langevin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 03, 2000 9:51 AM To: CF-Talk Subject: Javascript string search... Sorry if you're s

RE: Javascript string search...

2000-10-03 Thread Kevin Langevin
Woo-Woo! Thanks, guys! -Kev > -Original Message- > From: Bob Silverberg [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 03, 2000 9:55 AM > To: CF-Talk > Cc: [EMAIL PROTECTED] > Subject: RE: Javascript string search... > > > Check out the indexOf() metho

RE: Javascript string search question...

2000-10-02 Thread Hayes, David
2, 2000 1:17 PM To: CF-Talk Subject: Javascript string search question... Anyone know how to do a text string search in Javascript? I've used substring before, but I'm looking for some way to do something akin to find() in CF, where it finds the substring ANYWHERE in the string to be s

RE: Javascript string search question...

2000-10-02 Thread Bob Silverberg
Try the indexOf() method of the string object. Bob -Original Message- From: Kevin Langevin [mailto:[EMAIL PROTECTED]] Sent: Monday, October 02, 2000 2:17 PM To: CF-Talk Subject: Javascript string search question... Anyone know how to do a text string search in Javascript? I've

RE: Javascript string search question...

2000-10-02 Thread Geoffrey V. Brown
> Subject: Javascript string search question... > > > Anyone know how to do a text string search in Javascript? I've used > substring before, but I'm looking for some way to do something akin to > find() in CF, where it finds the substring ANYWHERE in the string to be

Re: Javascript string search question...

2000-10-02 Thread Jamie Keane
alk <[EMAIL PROTECTED]> Date: Monday, October 02, 2000 4:08 PM Subject: Javascript string search question... >Anyone know how to do a text string search in Javascript? I've used >substring before, but I'm looking for some way to do something akin to >find() in CF, where it