Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
_mvm #1
find(...
when using the Find function can i make it so that it is case insensitive?
_mvm Guest
-
Using DW find to find tags not on page
I transfering content from 1498 static pages into a MySQL database. I've isolated 1450 pages with single h1 or h2 tags that I can use in the title... -
find ini
I'm using budapi.x32 to read a date from an "ini" file - but the projector and ini file will be on a CD. How do I tell it to read from the ini file... -
trailing slash issue in Find.find
require "find" Find.find("/usr/bin/") { |file| puts file } /usr/bin//rmdir /usr/bin//rm /usr/bin//mv /usr/bin//mknod /usr/bin//mkfifo... -
Can't Find the DSN
I'm using an Access database on my site and have tried to connect via DSN. After tweaking the testing server info in Dreamweaver I can now "connect"... -
How to find available RAM
Please tell me how to find the available memory. Ragothaman.P -
-
JMGibson3 #3
Re: find(...
you mean?
FindNoCase
Returns the first index of an occurrence of a substring in a string from a
specified starting position. Returns 0 if substring is not in string. The
search is case-insensitive.
See also Find, CompareNoCase, FindOneOf, REFind, and Replace functions.
Syntax
FindNoCase(substring, string [, start ])
JMGibson3 Guest



Reply With Quote

