PHP code example of webikevn / wstring

1. Go to this page and download the library: Download webikevn/wstring library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

webikevn / wstring example snippets



use Webike\WString\WString as WString;

$string = WString::strReplaceLast($search, $replace, $subject);

$bool = WString::startsWith($haystack, $needle);

$bool = WString::endsWith($haystack, $needle);

phpunit --bootstrap vendor/autoload.php tests