Ok to be a bit more specific I have a of titles that have one similarity
they contain similar words like "Similar Words Found, Or Words Found". The
names are written out in the following format:

John Doe Similar Words Found
Jane Similar Words Found
Alex Words Found

I would like to search through the text for any of the words matching
"Similar" or "Words" or "Found" and return only the name for example:

John Doe Similar Words Found  = John Doe (the search would stop at "Similar"
since it is the first word matching the criteria)
Jane Similar Words Found = Jane (the search would stop at "Similar" since it
is the first word matching the criteria)
Alex Words Found = Alex (the search would stop at "Words" since it is the
first word matching the criteria)


Thanks

Al

-----Original Message-----
From: Andy Matthews [mailto:[EMAIL PROTECTED]
Sent: Friday, September 23, 2005 2:27 PM
To: CF-Talk
Subject: RE: String Search!!!!


You said you needed to find the first instance of a space in a string, but
your example showed finding the 3rd instance of a string.

Which is it?

<!----------------//------
andy matthews
web developer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--------------//--------->

-----Original Message-----
From: Aldon [mailto:[EMAIL PROTECTED]
Sent: Friday, September 23, 2005 1:22 PM
To: CF-Talk
Subject: RE: String Search!!!!


The string is dynamic so the value changes!

-----Original Message-----
From: Aldon Moore [mailto:[EMAIL PROTECTED]
Sent: Friday, September 23, 2005 2:16 PM
To: CF-Talk
Subject: String Search!!!!


How do I search a string for the first space " " between characters?

"This should be so easy" converted to "This should"







~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219231
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to