Added length { ... } function in NameConditions

This commit is contained in:
2022-09-12 23:06:27 +08:00
parent 41a42cc590
commit 113719b0d2
2 changed files with 19 additions and 1 deletions

View File

@@ -98,13 +98,17 @@ fun length(num: Int)
fun length(numRange: IntRange)
```
```kotlin
fun length(conditions: IntConditions)
```
**变更记录**
`v1.0.93` `新增`
**功能描述**
> 字符长度与范围匹配。
> 字符长度与范围及条件匹配。
### thisSynthetic0 *- method*