String Function:-
जावा स्क्रिप्ट process string केवल तभी होती है जब उन्हें स्ट्रिंग क्लास के ऑब्जेक्ट के रूप में बनाया जाता है। एक object के रूप में स्ट्रिंग को दो तरह से बनाया जा सकता है।
Syntax:-
var<var_nm> = new String (<str_val>)
example:- var s=new String (“uma”)
:- var<var_nm>=<str_val> example:- var nm=”uma”
There are many string functions.
length, toUpperCase( ), toLowerCase( ), CharAt( ), concat( ), big( ), bold( ), fontcolor( ), fontsize( ), indexOf( ), italics( ), strike( ), sup( ), sub( ), substring( ), lastindexOf( ).
String Function:-
Java Script processes strings only when they are created as objects of the String class. A string can be created as an object in two ways.
Syntax:- var<var_nm> = new String (<str_val>)
example:- var s=new String (“uma”)
:- var<var_nm>=<str_val> example:- var nm=”uma”
There are many string functions.
length, toUpperCase( ), toLowerCase( ), CharAt( ), concat( ), big( ), bold( ), fontcolor( ), fontsize( ), indexOf( ), italics( ), strike( ), sup( ), sub( ), substring( ), lastindexOf( ).