Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Replaces all the occurrences of a string into a string with another string.

License

Notifications You must be signed in to change notification settings

fabiospampinato/string-replace-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stringReplaceAll

Replaces all the occurrences of a string into a string with another string.

Install

$ npm install --save string-replace-all

Usage

import stringReplaceAll from 'string-replace-all';

stringReplaceAll ( 'A tiny tiny tiger', 'tiny', 'small' ); // 'A small small tiger'

Related

License

MIT © Fabio Spampinato

About

Replaces all the occurrences of a string into a string with another string.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published