You are viewing limited content. For full access, please sign in.

Question

Question

I need a constraint that will force upper case but also allow other characters.

asked on July 31, 2014

  Examples of a valid value are A, B, C, N/R, 30.  The constraint help is a little sketchy on how to actually combine some of the options.   In version 8, I used \L*, but this is no longer valid.   

0 0

Answer

SELECTED ANSWER
replied on July 31, 2014

For a field constraint, right? [^a-z]+ should do it (the ^ indicates that the characters in the brackets are not allowed, so that translates to "anything but a-z").

0 0

Replies

replied on July 31, 2014

Thanks, Miruna.  That did the trick.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.