Find

Description

Finds the first occurrence of a substring in a string, from a specified start position. The search is case sensitive.

Returns

A number; the position of substring in string; or 0, if substring is not in string.

Category

String functions

Function syntax

Find(substring, string [, start ])

See also

FindNoCaseCompareFindOneOfREFindReplace

Parameters

Parameter

Description

substring

The string that you are searching for.

string

The string in which to search for the substring.

start

The position to start searching in the string (starts at 1).

Example

<cfoutput> 
    <cfset stringToSearch = "The quick brown fox jumped over the lazy dog."> 
    #find("the",stringToSearch)#<br> 
    #find("the",stringToSearch,35)#<br> 
    #find("no such substring",stringToSearch)#<br> 
</cfoutput>

 Adobe

รับความช่วยเหลือได้เร็วและง่ายกว่าเดิม

หากคุณเป็นผู้ใช้ใหม่

Adobe MAX 2024

Adobe MAX
การประชุมความคิดสร้างสรรค์

14-16 ต.ค. Miami Beach และออนไลน์

Adobe MAX

การประชุมความคิดสร้างสรรค์

14-16 ต.ค. Miami Beach และออนไลน์

Adobe MAX 2024

Adobe MAX
การประชุมความคิดสร้างสรรค์

14-16 ต.ค. Miami Beach และออนไลน์

Adobe MAX

การประชุมความคิดสร้างสรรค์

14-16 ต.ค. Miami Beach และออนไลน์