2.0.0 • Published 5 years ago

trim-right v2.0.0

Weekly downloads
4,460,923
License
MIT
Repository
github
Last release
5 years ago

trim-right

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

Install

$ npm install trim-right

Usage

import trimRight from 'trim-right';

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

Related

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

2.0.0

5 years ago

1.0.1

10 years ago

1.0.0

11 years ago