Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacements sometimes get made in the wrong order. #4

Open
kodie opened this issue May 7, 2021 · 0 comments
Open

Replacements sometimes get made in the wrong order. #4

kodie opened this issue May 7, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@kodie
Copy link
Owner

kodie commented May 7, 2021

As @jarble brought up in a Stack Overflow Comment, replacements sometimes get made in the wrong order:

const replaceOnce = require('replace-once');
var str = 'I have a cat, a cathy, and a catch.';
var find = ['cat', 'cathy', 'catch'];
var replace = ['catch', 'catch', 'cathy'];
console.log(replaceOnce(str, find, replace, 'gi'));
//=> 'I have a catch, a catchhy, and a catchch.'
@kodie kodie added the bug Something isn't working label Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant