Finds the first occurrence of a substring in a string, from a specified start position. If substring is not in string, returns zero. The search is case-insensitive.
findNoCase(substring, string [, start])
→ returns numeric
1
findNoCase("s", "cfdocs.org", 0)
Expected Result: 6
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.