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

Question

Question

Restricting Field Data to a Specific Format with ALPHA CHARACTERS

asked on May 9, 2014 Show version history

Hello!

 

I need  put in the Restricting Field role 2 alpha charcters.  

For example: are 4 numbers and two letters - 1234-AB

 

/d/d/d/d-  

 

Does anyone have a tip? is possible?

0 1

Answer

APPROVED ANSWER SELECTED ANSWER
replied on May 9, 2014 Show version history

Please see the Regular Expression Reference in the Laserfiche help files. It contains information about the character classes you can use for the constraint. An example would be

 

\d\d\d\d-[[:alpha:]][[:alpha:]] or \d\d\d\d-[[:upper:]][[:upper:]] if you want to restrict the alphabetic characters to upper case.

1 0

Replies

replied on May 9, 2014

laugh Thanks Huang ... It´s works fine!

Best regards.

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

Sign in to reply to this post.