MCQs > IT & Programming > Adobe ColdFusion > Output of the code: #findoneof('aeiou',stringToSearch)# #findoneof('aeiou',stringToSearch,4)# #findoneof('@%^*()',stringToSearch)#

Adobe ColdFusion MCQs

What is the output of the following code:
<cfset stringToSearch = "The quick brown fox jumped over the lazy dog.">
<cfoutput>
#findoneof("aeiou",stringToSearch)#
#findoneof("aeiou",stringToSearch,4)#
#findoneof("@%^*()",stringToSearch)#
</cfoutput>


Answer

Correct Answer: 3 6 0

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Adobe ColdFusion Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Adobe ColdFusion Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it