WMLScript 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
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|