Closed ahonor closed 12 years ago
Can use special notation perhaps:
*
?
+
Some users might also want to specify cardinality more explicitly with a range expression:
0..1
0..10
If the wild card patterns are combined with the range expression then perhaps:
1..+
Can use special notation perhaps:
*
: Zero or more?
: Zero or one+
: One or moreSome users might also want to specify cardinality more explicitly with a range expression:
0..1
: Zero or one0..10
: Zero up to tenIf the wild card patterns are combined with the range expression then perhaps:
1..+
: One or more