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

replaceNoCase #1616

Open
cffoundry opened this issue Jan 24, 2023 · 2 comments
Open

replaceNoCase #1616

cffoundry opened this issue Jan 24, 2023 · 2 comments

Comments

@cffoundry
Copy link

The description fails to identify the "substring2" or "replacement" (whichever you prefer to call it) argument, yet it is shown in the examples. Adobe has the same error on their website, but likewise has examples with the replacement argument being used.

@pczarn2
Copy link
Contributor

pczarn2 commented Sep 29, 2023

Looks fine to me, I don't see an issue. The way it's written, it has both string and substring1 as arguments, where substring1 is the one that's replacing string.

replaceNoCase(string, substring1, callback [, scope]) → returns string

string.replaceNoCase(substring1, callback[, scope])

@cffoundry
Copy link
Author

cffoundry commented Sep 29, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants