You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
On Sep 29, 2023, at 1:54 PM, Pawel Czarnota ***@***.***> wrote:
Looks fine to me, I don't see an issue. The way it's written is 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])
—
Reply to this email directly, view it on GitHub <#1616 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACTMJ2T2CTJ2N3YKNDI77X3X44DMDANCNFSM6AAAAAAUFNZMAQ>.
You are receiving this because you authored the thread.
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.
The text was updated successfully, but these errors were encountered: