提交 2c3b5889 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

only support range like 0-9, a-z in []

上级 7d3bf127
...@@ -5,237 +5,237 @@ version: 1.0 ...@@ -5,237 +5,237 @@ version: 1.0
fields: fields:
#account #account
# - field: test1 # - field: letters
# from: base.name.letters.v1.yaml # from: base.name.letters.v1.yaml
# use: letters # use: letters
# postfix: "\t" # postfix: "\t"
# #
# - field: test2 # - field: numbers
# from: base.name.numbers.v1.yaml # from: base.name.numbers.v1.yaml
# use: numbers # use: numbers
# postfix: "\t" # postfix: "\t"
# #
# - field: test3 # - field: given
# from: name.en.given.v1 # from: name.en.given.v1
# select: name # select: name
# where: "`index`='b'" # where: "`index`='b'"
# postfix: "\t" # postfix: "\t"
# #
# - field: test4 # - field: family
# from: name.en.family.v1 # from: name.en.family.v1
# select: name # select: name
# where: "`index`='c'" # where: "`index`='c'"
# postfix: "\t" # postfix: "\t"
# #
# - field: test5 # - field: enreal
# from: base.name.enreal.v1.yaml # from: base.name.enreal.v1.yaml
# use: common # use: common
# prefix: "[" # prefix: "["
# postfix: "]\t" # postfix: "]\t"
# #
# - field: test6 # - field: enreal_male
# from: base.name.enreal.v1.yaml # from: base.name.enreal.v1.yaml
# use: male_common # use: male_common
# prefix: "[" # prefix: "["
# postfix: "]\t" # postfix: "]\t"
# #
# - field: test7 # - field: enreal_female
# from: base.name.enreal.v1.yaml # from: base.name.enreal.v1.yaml
# use: female_with_middle # use: female_with_middle
# prefix: "[" # prefix: "["
# postfix: "]\t" # postfix: "]\t"
# #
# - field: test8 # - field: cnreal
# from: base.name.cnreal.v1.yaml # from: base.name.cnreal.v1.yaml
# use: two # use: two
# prefix: "[" # prefix: "["
# postfix: "]\t" # postfix: "]\t"
# #
# - field: test9 # - field: cnreal_male
# from: base.name.cnreal.v1.yaml # from: base.name.cnreal.v1.yaml
# use: male_three # use: male_three
# prefix: "[" # prefix: "["
# postfix: "]\t" # postfix: "]\t"
# #
# - field: test10 # - field: cnreal_female
# from: base.name.cnreal.v1.yaml # from: base.name.cnreal.v1.yaml
# use: female_four # use: female_four
# prefix: "[" # prefix: "["
# postfix: "]\t" # postfix: "]\t"
# #
# - field: test10 # - field: enaccount_common
# from: base.name.enaccount.v1.yaml # from: base.name.enaccount.v1.yaml
# use: common # use: common
# prefix: "[" # prefix: "["
# postfix: "]\t" # postfix: "]\t"
# - field: test11 # - field: enaccount_underline
# from: base.name.enaccount.v1.yaml # from: base.name.enaccount.v1.yaml
# use: common_underline # use: common_underline
# prefix: "[" # prefix: "["
# postfix: "]\t" # postfix: "]\t"
# - field: test12 # - field: enaccount_dot
# from: base.name.enaccount.v1.yaml # from: base.name.enaccount.v1.yaml
# use: common_dot # use: common_dot
# prefix: "[" # prefix: "["
# postfix: "]\t" # postfix: "]\t"
# - field: test13 # - field: enaccount_reverse
# from: base.name.enaccount.v1.yaml # from: base.name.enaccount.v1.yaml
# use: reverse # use: reverse
# prefix: "[" # prefix: "["
# postfix: "]\t" # postfix: "]\t"
# #
# - field: test14 # - field: cnaccount_common
# from: base.name.cnaccount.v1.yaml # from: base.name.cnaccount.v1.yaml
# use: common # use: common
# prefix: "[" # prefix: "["
# postfix: "]\t" # postfix: "]\t"
# - field: test15 # - field: cnaccount_underline
# from: base.name.cnaccount.v1.yaml # from: base.name.cnaccount.v1.yaml
# use: common_underline # use: common_underline
# prefix: "[" # prefix: "["
# postfix: "]\t" # postfix: "]\t"
# - field: test16 # - field: cnaccount_dot
# from: base.name.cnaccount.v1.yaml # from: base.name.cnaccount.v1.yaml
# use: common_dot # use: common_dot
# prefix: "[" # prefix: "["
# postfix: "]\t" # postfix: "]\t"
# - field: test17 # - field: cnaccount_reverse
# from: base.name.cnaccount.v1.yaml # from: base.name.cnaccount.v1.yaml
# use: reverse # use: reverse
# prefix: "[" # prefix: "["
# postfix: "]\t" # postfix: "]\t"
# - field: test18 # - field: cnaccount_family
# from: base.name.cnaccount.v1.yaml # from: base.name.cnaccount.v1.yaml
# use: family # use: family
# prefix: "[" # prefix: "["
# postfix: "]\t" # postfix: "]\t"
# - field: test19 # - field: cnaccount_given
# from: base.name.cnaccount.v1.yaml # from: base.name.cnaccount.v1.yaml
# use: given # use: given
# prefix: "[" # prefix: "["
# postfix: "]\t" # postfix: "]\t"
# domain # domain
# - field: test20 # - field: one_number_at_common
# from: base.domain.domain.v1.yaml # from: base.domain.domain.v1.yaml
# use: one_number_at_common # use: one_number_at_common
# prefix: "" # prefix: ""
# postfix: "\t" # postfix: "\t"
# - field: test21 # - field: one_number_at_cn
# from: base.domain.domain.v1.yaml # from: base.domain.domain.v1.yaml
# use: one_number_at_cn # use: one_number_at_cn
# prefix: "" # prefix: ""
# postfix: "\t" # postfix: "\t"
# - field: test22 # - field: one_number_at_new
# from: base.domain.domain.v1.yaml # from: base.domain.domain.v1.yaml
# use: one_number_at_new # use: one_number_at_new
# prefix: "" # prefix: ""
# postfix: "\t" # postfix: "\t"
# #
# - field: test23 # - field: one_letter_at_common
# from: base.domain.domain.v1.yaml # from: base.domain.domain.v1.yaml
# use: one_letter_at_common # use: one_letter_at_common
# prefix: "" # prefix: ""
# postfix: "\t" # postfix: "\t"
# - field: test24 # - field: one_letter_at_cn
# from: base.domain.domain.v1.yaml # from: base.domain.domain.v1.yaml
# use: one_letter_at_cn # use: one_letter_at_cn
# prefix: "" # prefix: ""
# postfix: "\t" # postfix: "\t"
# - field: test25 # - field: one_letter_at_new
# from: base.domain.domain.v1.yaml # from: base.domain.domain.v1.yaml
# use: one_letter_at_new # use: one_letter_at_new
# prefix: "" # prefix: ""
# postfix: "\t" # postfix: "\t"
# #
# - field: test26 # - field: numbers_at_common
# from: base.domain.domain.v1.yaml # from: base.domain.domain.v1.yaml
# use: numbers_at_common # use: numbers_at_common
# prefix: "" # prefix: ""
# postfix: "\t" # postfix: "\t"
# - field: test27 # - field: numbers_at_cn
# from: base.domain.domain.v1.yaml # from: base.domain.domain.v1.yaml
# use: numbers_at_cn # use: numbers_at_cn
# prefix: "" # prefix: ""
# postfix: "\t" # postfix: "\t"
# - field: test28 # - field: numbers_at_new
# from: base.domain.domain.v1.yaml # from: base.domain.domain.v1.yaml
# use: numbers_at_new # use: numbers_at_new
# prefix: "" # prefix: ""
# postfix: "\t" # postfix: "\t"
# #
# - field: test29 # - field: letters_at_common
# from: base.domain.domain.v1.yaml # from: base.domain.domain.v1.yaml
# use: letters_at_common # use: letters_at_common
# prefix: "" # prefix: ""
# postfix: "\t" # postfix: "\t"
# - field: test30 # - field: letters_at_cn
# from: base.domain.domain.v1.yaml # from: base.domain.domain.v1.yaml
# use: letters_at_cn # use: letters_at_cn
# prefix: "" # prefix: ""
# postfix: "\t" # postfix: "\t"
# - field: test31 # - field: letters_at_new
# from: base.domain.domain.v1.yaml # from: base.domain.domain.v1.yaml
# use: letters_at_new # use: letters_at_new
# prefix: "" # prefix: ""
# postfix: "\t" # postfix: "\t"
# #
# - field: test32 # - field: mixed_at_common
# from: base.domain.domain.v1.yaml # from: base.domain.domain.v1.yaml
# use: mixed_at_common # use: mixed_at_common
# prefix: "" # prefix: ""
# postfix: "\t" # postfix: "\t"
# - field: test33 # - field: mixed_at_cn
# from: base.domain.domain.v1.yaml # from: base.domain.domain.v1.yaml
# use: mixed_at_cn # use: mixed_at_cn
# prefix: "" # prefix: ""
# postfix: "\t" # postfix: "\t"
# - field: test34 # - field: mixed_at_new
# from: base.domain.domain.v1.yaml # from: base.domain.domain.v1.yaml
# use: mixed_at_new # use: mixed_at_new
# prefix: "" # prefix: ""
# postfix: "\t" # postfix: "\t"
#email #email
- field: test35 - field: number_with_esp
from: base.email.email.v1.yaml from: base.email.email.v1.yaml
use: number_with_esp use: number_with_esp
prefix: "" prefix: ""
postfix: "\t" postfix: "\t"
- field: test36 - field: number_with_self
from: base.email.email.v1.yaml from: base.email.email.v1.yaml
use: number_with_self use: number_with_self
prefix: "" prefix: ""
postfix: "\t" postfix: "\t"
- field: test37 - field: letter_with_esp
from: base.email.email.v1.yaml from: base.email.email.v1.yaml
use: letter_with_esp use: letter_with_esp
prefix: "" prefix: ""
postfix: "\t" postfix: "\t"
- field: test38 - field: letter_with_self
from: base.email.email.v1.yaml from: base.email.email.v1.yaml
use: letter_with_self use: letter_with_self
prefix: "" prefix: ""
postfix: "\t" postfix: "\t"
- field: test39 - field: western_with_esp
from: base.email.email.v1.yaml from: base.email.email.v1.yaml
use: western_with_esp use: western_with_esp
prefix: "" prefix: ""
postfix: "\t" postfix: "\t"
- field: test40 - field: western_with_self
from: base.email.email.v1.yaml from: base.email.email.v1.yaml
use: western_with_self use: western_with_self
prefix: "" prefix: ""
postfix: "\t" postfix: "\t"
- field: test41 - field: pinyin_with_esp
from: base.email.email.v1.yaml from: base.email.email.v1.yaml
use: pinyin_with_esp use: pinyin_with_esp
prefix: "" prefix: ""
postfix: "\t" postfix: "\t"
- field: test42 - field: pinyin_with_self
from: base.email.email.v1.yaml from: base.email.email.v1.yaml
use: pinyin_with_self use: pinyin_with_self
prefix: "" prefix: ""
......
...@@ -13,8 +13,7 @@ instances: ...@@ -13,8 +13,7 @@ instances:
use: numbers use: numbers
postfix: "." postfix: "."
- field: part2 - field: part2
from: base.domain.domain.v1.yaml range: "qq.com"
use: mixed_at_common
- instance: number_with_self - instance: number_with_self
note: 数字加自有域名 note: 数字加自有域名
prefix: prefix:
...@@ -36,8 +35,7 @@ instances: ...@@ -36,8 +35,7 @@ instances:
select: letters select: letters
postfix: "." postfix: "."
- field: part2 - field: part2
from: base.domain.domain.v1.yaml range: "qq.com"
use: mixed_at_cn
- instance: letter_with_self - instance: letter_with_self
note: 字母加自有域名 note: 字母加自有域名
prefix: prefix:
...@@ -59,8 +57,7 @@ instances: ...@@ -59,8 +57,7 @@ instances:
select: en select: en
postfix: "." postfix: "."
- field: part2 - field: part2
from: base.domain.domain.v1.yaml range: "qq.com"
use: mixed_at_new
- instance: western_with_self - instance: western_with_self
note: 单词加自有域名 note: 单词加自有域名
prefix: prefix:
...@@ -82,8 +79,7 @@ instances: ...@@ -82,8 +79,7 @@ instances:
select: pinyin select: pinyin
postfix: "." postfix: "."
- field: part2 - field: part2
from: base.domain.domain.v1.yaml range: "qq.com"
use: mixed_at_common
- instance: pinyin_with_self - instance: pinyin_with_self
note: 拼音加自有域名 note: 拼音加自有域名
prefix: prefix:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册