...
- in the form of an email address
- can also be a single word
- letters and supported email characters only
- no whitespace
- example is admin@sagebase.org
Needs Pattern = yes
Code Block |
---|
Suggested Regular Expression = "\\S+" |
modifiedBy
Logical Rules
- in the form of an email address
- can also be a single word
- letters and supported email characters only
- no whitespace
- example is admin@sagebase.org
Needs Pattern = yes
Code Block |
---|
Suggested Regular Expression = "\\S+" |
annotations
Logical Rules
- are strings
- can be different number of words
- can contain symbols
...