InimistTech Blogs

Web & Mobile App Tech Weblog

  • Home
  • Laravel
  • React
  • Javascript
  • Linux
  • PHP
  • git
  • WordPress
  • Hindi to Unicode

Tag: trim function in javascript

Useful trim prototype (function) in core javascript

Arvind KumarJavascript2 Comments on Useful trim prototype (function) in core javascript

Below is the most commonly used trim prototype/function in javascript. Posting for reference. String.prototype.trim = function() { return this.replace(/(^\s*)|(\s*$)/g,””) } You can place the above code (wrapped in <script></script>) inside <header> section of your web page or you can place…

Read More→

  • Useful Linux Commands
  • Enlighter Example - CSS
  • Disk Space Usage Commands
  • Top Directory Linux commands

Recent Posts

  • Check If An Array Has Duplicate Values Example in PHP
  • How to install Django and Run your first project in Mac
  • 2 methods to check if a given Date is Today’s Date in Laravel
  • PHP example of Null coalescing operator for shorthand If-Else operator
  • Example of Eloquent Model Query with conditional Where condition in Laravel

About Arvind

Arvind Thakur is a Full Stack Web Developer. He founded and runs a Software Development company by the name Inimist Technologies in Chandigarh, India. >> know more
Copyright © All rights reserved.
Blog Kit by WP Charms