javascript string methods


/ Published in: JavaScript
Save to your folder(s)

sample:
var text = " string content ";

text = text.trim();

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.