Forum Discussion

Nathan_H_'s avatar
Nathan_H_
Ideator I
5 years ago
Solved

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...
  • AngelaIp's avatar
    AngelaIp
    5 years ago

    Tried it by myself with ^\S*$ without additional brackets and it worked fine.