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

Question

Question

Pattern Matching Numbers and Letters

asked on February 9, 2016

I have a form I want to try to pick up the last four digits of the SSN.  On the form it looks like:

 

xxx-xxx-1234. 

Thanks

0 0

Answer

SELECTED ANSWER
replied on February 9, 2016

You can use this pattern:

\d{4}$

2 0

Replies

replied on February 9, 2016

Is this in Quick Fields or in Workflow? Cristobal's pattern will work in Quick Fields with Zone OCR if it reads just the SSN value.

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

Sign in to reply to this post.