mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Added length function in NameConditions
This commit is contained in:
@@ -88,6 +88,24 @@ fun matches(regex: Regex)
|
||||
|
||||
> 正则字符匹配。
|
||||
|
||||
### length *- method*
|
||||
|
||||
```kotlin
|
||||
fun length(num: Int)
|
||||
```
|
||||
|
||||
```kotlin
|
||||
fun length(numRange: IntRange)
|
||||
```
|
||||
|
||||
**变更记录**
|
||||
|
||||
`v1.0.93` `新增`
|
||||
|
||||
**功能描述**
|
||||
|
||||
> 字符长度与范围匹配。
|
||||
|
||||
### thisSynthetic0 *- method*
|
||||
|
||||
```kotlin
|
||||
|
Reference in New Issue
Block a user