The elements() function returns the number of times a specified value appears in a string.
var a = String.elements("Visit W3Schools!","i"); var b = String.elements("Visit W3Schools!","V"); var c = String.elements("Visit W3Schools!"," ");
a = 2 b = 1 c = 1
W3Schools' Online Certification Program is the perfect solution for busy professionals who need to balance work, family, and career building.
The HTML Certificate is for developers who want to document their knowledge of HTML, XHTML, and CSS.
The ASP Certificate is for developers who want to document their knowledge of ASP, SQL, and ADO.
Jump to: Top of Page or HOME or Printer friendly page
W3Schools provides material for training only. We do not warrant the correctness of its contents. The risk from using it lies entirely with the user. While using this site, you agree to have read and accepted our terms of use and privacy policy.
Copyright 1999-2008 by Refsnes Data. All Rights Reserved.