w3schools
  
HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...   References Examples Forum About

WMLScript elements() Function


WMLScript String Library Complete WMLScript String Library

The elements() function returns the number of times a specified value appears in a string.

Syntax

n = String.elements(string, separator)

Part Description
n An integer that specifies the number of times the value specified in the separator parameter appears in the string parameter
string The string to be searched
separator The string value to search for in the string

Example

var a = String.elements("Visit W3Schools!","i");
var b = String.elements("Visit W3Schools!","V");
var c = String.elements("Visit W3Schools!"," ");

Result

a = 2
b = 1
c = 1


WMLScript String Library Complete WMLScript String Library

WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Top 10 Web Hosting
UK Reseller Hosting
Web Hosting
FREE Web Hosting
Top Web Hosting
Cheap UK Web Hosting
WEB BUILDING
XML Editor – Free Trial!
FREE Flash Website
FREE Web Templates
SEO Company
EDUCATION
US Web Design Schools
HTML Certification
JavaScript Certification
XML Certification
PHP Certification
ASP Certification
STATISTICS
Browser Statistics
Browser OS
Browser Display
FLIGHT TICKETS
Find the cheapest flight
to any destination now!
SHARE THIS PAGE