threshold/mb-substr-replace

substr_replace for unicode characters.

Maintainers

Package info

github.com/sallaizalan/mb-substr-replace

Type:package

pkg:composer/threshold/mb-substr-replace

Statistics

Installs: 1 730

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0 2019-05-09 12:56 UTC

This package is auto-updated.

Last update: 2026-03-10 04:53:33 UTC


README

substr_replace for unicode characters.

Installation

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

$ composer require threshold/mb-substr-replace

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.

Usage

$string = mb_substr_replace($string, $replacement, $start, $length);