Vigyata.AI
Is this your channel?
GithubGithub00

19 Add caseSensitive flag to Stringable replace function

This PR adds a `caseSensitive` flag to the Stringable `replace` function. If you do a lot of string manipulation, having control over case sensitivity makes replacements more predictable without extra workarounds.

Buy on Github

You'll be taken to Github to complete your purchase.

Pros

  • +More control over string replacement behavior
  • +Reduces the need for manual lowercasing/uppercasing workarounds

Cons

  • -Only useful when you specifically need case-sensitive vs insensitive behavior

Featured in this video