JavaScript takes out strings and trailing spaces

Source: Internet
Author: User

Write JavaScript performance trim () before and after removing the function of the empty string, the string replace () method removes the empty string from the end to the end. Trim () For example, for the code below the function key:

<script type= "Text/javascript" >  function Trim () {var str = document.getElementById ("str"); var strvalue = Str.value;if (strvalue = = "") {alert ("Please enter the original string"); Str.focus (); return;} Else{var objexp =/(^\s*) | ( \s*$)/g;strvalue = Strvalue.replace (Objexp, "");} Str.value = strvalue;    }  </script>


Copyright notice: This article Bo Master original articles, blogs, without consent may not be reproduced.

JavaScript takes out strings and trailing spaces

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.