2017 © Pedro Peláez
 

library like-string

简单的字符串相似度匹配函数。

image

96qbhy/like-string

简单的字符串相似度匹配函数。

  • Saturday, August 12, 2017
  • by 96qbhy
  • Repository
  • 0 Watchers
  • 2 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

like-string

简单的相似字符串处理库, (*1)

安装

$ composer require 96qbhy/like-string 

使用

require 'vendor/autoload.php';

use \Qbhy\LikeString\LikeString;

$bool = LikeString::formatFullMatch('qbhy', 'qbh7') ? 'true' : 'false';
//print_r($bool);

$numeric = LikeString::generateNumeric('aabbccdd');

print_r($numeric);
//like 22445577

https://www.96qbhy.com
96qbhy@gmail.com, (*2)

The Versions

12/08 2017

dev-master

9999999-dev

简单的字符串相似度匹配函数。

  Sources   Download

MIT

string 字符串相似度 like-string

12/08 2017

1.0.1

1.0.1.0

简单的字符串相似度匹配函数。

  Sources   Download

MIT

string 字符串相似度 like-string

12/08 2017

1.0.0

1.0.0.0

简单的字符串相似度匹配函数。

  Sources   Download

MIT

string 字符串相似度 like-string

12/08 2017

0.0.2

0.0.2.0

简单的字符串相似度匹配函数。

  Sources   Download

MIT

string 字符串相似度 like-string

12/08 2017

0.0.1

0.0.1.0

简单的字符串相似度匹配函数。

  Sources   Download

MIT

string 字符串相似度 like-string