Categories
Search → java script string object

String library of functions

A library of functions embedding into the original javascript String object: it features the replacement of all occurrances, accents management, data type recognition, Euclidean distance between strings.
DETAILS

Java Script Math Object

We saw in previous sections the String and Date Objects of Java Script. Now in this section let us see another object of Java Script mentioned earlier in our sections namely the Math Object.
DETAILS

Java Script Date Object

We saw in previous section the String Object of Java Script. Now in this section let us see another object of Java Script mentioned earlier in our sections namely the Date Object.
DETAILS

Java Script String Object

As we have seen in earlier section String object is a widely used object in Java Script. Let us see in this section what the String Object is used for, how to use that in Java Script, some of the methods used in String Object in brief.
DETAILS

Javascript Trim Ltrim and RTrim Functions

This set of Javascript functions trim or remove whitespace from the ends of strings. These functions can be stand-alone or attached as methods of the String object. They can left trim, right trim, or trim from both sides of the string. Rather than us...
DETAILS
©2003-2019 jCay.com