What function can you use to see if a string contains a particular - ProProfs Discuss
Advertisement

What function can you use to see if a string contains a particular substring?

Asked by Zoe, Last updated: Apr 02, 2024

+ Answer
Request
Question menu
Vote up Vote down

2 Answers

H. Barnes

H. Barnes

Subscribe to Pewdiepie

H. Barnes
H. Barnes, Unemployed, Barnes, Atlanta

Answered Feb 25, 2019

You can use both the Fine and Findnocase function if you want to look for something in a string. In this case, you are looking for a substring.

Using these two functions will help you go back to the beginning and do a run through again. If you want to be more accurate, you can use find function. This is case sensitive which means that you need to follow the capitalization and the order of the details that will be placed.

Find is not case-sensitive and can be helpful when you are searching for something. You need to be familiar with their function signatures so that you will know how to use both functions properly.

upvote downvote
Reply 

John Smith

John Smith

John Smith
John Smith

Answered Sep 09, 2016

Find-2. findnocase-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.html https://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.