Nathan_H_
5 years agoIdeator I
ItemType Pattern No Space
Good day all. Can someone tell me how to set the Pattern for an ItemType Property to not allow spaces? I read the Tech Tip: Enforce Property Formats Using Regular Expressions and looked at the Rege...
- 5 years ago
Tried it by myself with ^\S*$ without additional brackets and it worked fine.