Home Tutorialhelp Allcomments Java Javascript Array Javascrip Array Trim

 
 

Comments

 
User Comments for the tutorial:

JavaScript Array Trim



Total comments: 1      View Tutorial    Discuss: JavaScript Array Trim
Comments

To Trim() JavaScript var
<% List videoFileTypes = display.getVideoExtnTypes(); %> var videoFileTypes = new Array(); videoFileTypes='<%=videoFileTypes%>'; var v1=videoFileTypes.replace("[",""); var v2=v1.replace("]",""); var v4 = v2.replace(/\s+/g,'') 

Related Tutorial and Articles

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.