framework icon indicating copy to clipboard operation
framework copied to clipboard

feat: support multibyte strings in substrReplace

Open artengin opened this issue 3 weeks ago • 1 comments

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.

artengin avatar Nov 20 '25 22:11 artengin