Categories

Updated: 06/18/2007

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 using a clumsy loop, they use simple, elegant regular expressions. The functions are granted to the public domain.
©2003-2019 jCay.com