What does the 'find' and the 'findNoCase' function return? - ProProfs Discuss
Advertisement

What does the 'find' and the 'findNoCase' function return?



Asked by Morgan, Last updated: Apr 15, 2024

+ Answer
Request
Question menu
Vote up Vote down

2 Answers

J. Shatner

J. Shatner

J. Shatner
J. Shatner, Content writer, Boston

Answered Oct 11, 2018

Find and FindNoCase function function to search for the occured for substring in a string from a specified start position. They both go to the position of substring in string. If substring is not in strong, it returns to zero (0). Find is case sensitive but FindNoCase is case insensitive.

upvote downvote
Reply 

John Smith

John Smith

John Smith
John Smith

Answered Sep 09, 2016

The find and findnocase functions both find the first occurrence of a substring in a string, from a specified start position. they both return the position of substring in string; or 0, if substring is not in string. the only difference between the two functions is that the find function is case-sensitive while the findnocase function is case-insensitive. their function signatures are as follows:find(substring, string [, start ])findnocase(substring, string [, start ])reference----------https://help.adobe.com/en_us/coldfusion/9.0/cfmlref/wsc3ff6d0ea77859461172e0811cbec22c24-6e16.htmlhttps://help.adobe.com/en_us/coldfusion/9.0/cfmlref/wsc3ff6d0ea77859461172e0811cbec22c24-7e7c.htmlhttps://help.adobe.com/en_us/coldfusion/9.0/cfmlref/wsc3ff6d0ea77859461172e0811cbec22c24-7e7c.html
upvote downvote
Reply 

Advertisement
Advertisement
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader
Image Preview
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader
Image Preview
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader

Email Sent
We have sent an email to your address "" with instructions to reset your password.