Home > Web Front-end > JS Tutorial > Solution to trim() using js_Basic knowledge

Solution to trim() using js_Basic knowledge

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-05-16 17:36:48
Original
1219 people have browsed it

----------------------------------js remove spaces---------- --------------------------

Remove the spaces at the left and right ends of the string. You can easily use trim, ltrim or rtrim in vbscript. , but there are no these three built-in methods in js, and they need to be written manually. The following implementation method uses regular expressions, which is very efficient, and adds these three methods to the built-in methods of the String object.
 
The method format written as a class is as follows: (str.trim();)

 

can be written as a function like this: (trim(str))

 

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Where is js written?
From 1970-01-01 08:00:00
0
0
0
js file code not found
From 1970-01-01 08:00:00
0
0
0
js addClass not working
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template