Skip to content

Commit

Permalink
feat: update random string
Browse files Browse the repository at this point in the history
  • Loading branch information
easepan committed Apr 11, 2024
1 parent 99df569 commit e9dc4f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runflow_developer_point.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ calculate the difference in days between two date (the datetime format at both e
### Random Generator

Examples: `random upper 16` a random string of length 16 with numbers and uppercase letters mixed, `random lower 16` a random string of length 16 with numbers and lowercase letters mixed, `random abc 16` a random string of length 16 with lowercase and uppercase letters mixed, `random int 100,999` a random number from 100 to 999, `random color` a random color.
Examples: `random abc 16` random 16 lowercase and uppercase letters, `random abc upper 16` random 16 uppercase letters, `random abc lower 16` random 16 lowercase letters, `random int 100,999` a random number from 100 to 999, `random color` a random color.

![random_generator](images/random_generator.gif)

Expand Down
2 changes: 1 addition & 1 deletion zh-cn/runflow_developer_point.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
### 随机生成器

示例:`random upper 16` 数字和大写字母随机混合的16位字符串`random lower 16` 数字和小写字母随机混合的16位字符串`random abc 16` 大小写字母随机混合的16位字符串`random int 100,999` 随机一个100到999的数字,`random color` 随机颜色。
示例:`random abc 16` 随机16位大小写字母`random abc upper 16` 随机16位大写字母`random abc lower 16` 随机16位小写字母`random int 100,999` 随机一个100到999的数字,`random color` 随机颜色。

![random_generator](../images/random_generator.gif)

Expand Down

0 comments on commit e9dc4f3

Please sign in to comment.