framework
framework copied to clipboard
feat: support multibyte strings in substrReplace
refs: https://github.com/laravel/framework/issues/57838
Added support for multibyte strings in substrReplace. The problem was that PHP's substr_replace does not handle multibyte characters correctly.