TreeName (Type)
A valid name for a tree, between 1 and 100 characters, containing letters, numbers, spaces, forward slashes, and hyphens only.
Based On:
String
Minimum Length:
1
Maximum Length:
100
Must Match Regular Expression:
^[ a-zA-Z0-9-/]*$
Must Not Match Regular Expression:
None
Error Message:
Must be a valid name for a tree, between 1 and 100 characters, containing letters, numbers, spaces, forward slashes, and hyphens only.