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

Question

Question

Regular Expression to check retrieve field string in Workflow?

asked on February 12, 2016

I need to check a string of numbers to make certain that they are numbers and between 5-7 digits. I was using this [0-9-]{5,7] and it is not working. Can someone help me?

 

John

0 0

Replies

replied on February 12, 2016

Figured it out ^\d{5,7}$

1 0
replied on February 12, 2016

The first one needed a closing brace at the end instead of a square bracket.

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

Sign in to reply to this post.