Str::replace doesn't have caseSensitivity, whereas Str::remove does #40491
Unanswered
danielsimkus
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Basically was just trying to
Str::replace
some stuff and we wanted it to be case-insensitive, I thought maybe there is a 3rd parameter for$caseSensitve
like there is inStr::remove
but there doesn't seem to be?I'd be happy to make a PR for this if that's something you'd consider?
Beta Was this translation helpful? Give feedback.
All reactions