PHP code example of 96qbhy / like-string
1. Go to this page and download the library: Download 96qbhy/like-string 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/ */
96qbhy / like-string example snippets
use \Qbhy\LikeString\LikeString;
$bool = LikeString::formatFullMatch('qbhy', 'qbh7') ? 'true' : 'false';
//print_r($bool);
$numeric = LikeString::generateNumeric('aabbccdd');
print_r($numeric);
//like 22445577