skaterdav85 12 Posted February 11, 2009 Report Share Posted February 11, 2009 is there a function in CF similar to javascript's indexOf method? i wanted to do server side validation but the Adobe CF book vol 1 doesnt go over much server side validation w/ cfif blocks. Quote Link to post Share on other sites
vchris 3 Posted February 23, 2009 Report Share Posted February 23, 2009 something like find()? it will search for the occurrence of a string. Quote Link to post Share on other sites
Skemcin 13 Posted March 5, 2009 Report Share Posted March 5, 2009 If you have ColdFusion installed on your local machine, here is a complete list of functions available to you:http://localhost/CFDOCS/htmldocs/help.html...ons-pt0_01.htmlObviously, you can replace "localhost" with your ColdFusion web server. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.