WMLScript Tutorial
WMLScript HOME
WMLScript Intro
WMLScript How to
WML Libraries
WML Dialogs
WML Float
WML Lang
WML String
WML URL
WML Browser
Selected Reading
Web Statistics
Web Glossary
Web Hosting
Web Quality
W3Schools Tutorials
W3Schools Forum
Helping W3Schools
|
WMLScript The elements() Function
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
Complete WMLScript String Library
 |

|
|
See why there are 20,000+ Ektron integrations worldwide.
Request an INSTANT DEMO or download a FREE TRIAL today. |
|
|
|
|
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.
|
|
|