判断两段文本是否相似

函数原型

2.2.0.0

SuicTextLike(text1[],text2[],ignoreCase);

功能说明

判断两段文本是否相似(忽略大小写并支持中文)

使用场景

一般用不上,特殊模式下使用

参数信息

参数名称 参数类型 参数介绍 默认值 参数备注
text1 string 左边的文本 -- --
text2 string 右边的文本 -- --
ignoreCase int 忽略大小写 1 0:对大小写敏感
1:忽略大小写

返回参数

参数名称 参数类型 参数介绍 返回类型 参数备注
-- int -- 直接返回 0:不相似
1:有相似

results matching ""

    No results matching ""