addSearchGroup

add a string matchers group.

----------------

添加一个字符串匹配器分组。

Return

BatchFindMethodUsingStrings

Parameters

matcher

string matchers group / 字符串匹配器分组


fun addSearchGroup(groupName: String, usingStrings: Collection<String>, matchType: StringMatchType = StringMatchType.Contains, ignoreCase: Boolean = false): BatchFindMethodUsingStrings

add a string matchers group.

----------------

添加一个字符串匹配器分组。

Return

BatchFindMethodUsingStrings

Parameters

groupName

group name / 分组名称

usingStrings

using strings / 使用的字符串

matchType

string match type / 字符串匹配类型

ignoreCase

ignore case / 忽略大小写