|
|
 |
Re: FN-FORUM Need Help in Javascript....
date posted 13th September 2002 14:07
AFAIK, there is no special function. You can achieve the same using Regular
Expressions or a custom hand written function(). Searching Google with 'trim
javascript' returns a number of techniques.
John
---
John Olival
Explican Ltd. Internet Consultants
+44 (0)7980 834 217
http://www.explican.com
> I wanna know that is there any way to remove space from a string using
> javascript beacause it is easily possible in vbscript using trim()
function.
>
|
 |
|