Tag: trim

J

Javascript Trim, Left Trim & Right Trim Functions

Javascript string property does not have the normal trim functions like we have in any other language. And these trim functions appears play a crucial role in any code based on strings. There are two approaches i give here. One is directly creating a prototype method and other as a standalone function. You can choose ...