codehaven - php snippets - coding help
Generic filters
Exact matches only
  • Trim left Javascript text

    16th November 2020

    Javascript

    javascript category codehaven

    Simple way to trim whitespace for the beginning of text using JavaScript.

    Output = “Hi ”

    To replace all whitespace using Javascript use this next script.
    http://aq.gthex.co.uk:10000/javascript/trim-whitespace-javascript/

    Was this code snippet helpful?