Added length function in NameConditions

This commit is contained in:
2022-09-08 04:39:00 +08:00
parent e09d3282f0
commit 11e1beca3a
2 changed files with 44 additions and 0 deletions

View File

@@ -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