replace-ext
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/replace-ext package

2.0.0 • Public • Published

replace-ext

NPM version Downloads Build Status Coveralls Status

Replaces a file extension with another one.

Usage

var replaceExt = require('replace-ext');
 
var path = '/some/dir/file.js';
var newPath = replaceExt(path, '.coffee');
 
console.log(newPath); // /some/dir/file.coffee

API

replaceExt(path, extension)

Replaces the extension from path with extension and returns the updated path string.

Does not replace the extension if path is not a string or is empty.

replace-ext for enterprise

Available as part of the Tidelift Subscription.

The maintainers of replace-ext and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Learn more.

License

MIT

Package Sidebar

Install

npm i replace-ext

Weekly Downloads

5,728,208

Version

2.0.0

License

MIT

Unpacked Size

4.85 kB

Total Files

4

Last publish

Collaborators

  • yocontra
  • phated