Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.
/ trim-left Public archive

Similar to String#trim() but removes only whitespace on the left

License

Notifications You must be signed in to change notification settings

sindresorhus/trim-left

Repository files navigation

Deprecated in favor of String#trimStart.


trim-left

Similar to String#trim() but removes only whitespace on the left

Install

$ npm install trim-left

Usage

import trimLeft from 'trim-left';

trimLeft('  unicorn  ');
//=> 'unicorn  '

Related

  • trim-right - Similar to String#trim() but removes only whitespace on the right
  • trim-off-newlines - Similar to String#trim() but removes only newlines

About

Similar to String#trim() but removes only whitespace on the left

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published