0

I need help writing a regular expression to use for input-validation on a Google Form. I'm trying require input in the following format:

0.0088407.001

Any suggestions? Thanks!

  • What's your expected result from the regex ? – Jarvis Mar 28 '17 at 16:13
  • There is no mention of Google regex on the link that Stribnetz marked as duplicate `Learning Regular Expressions [closed]`. I think it behooves you to find Google's regex constructs it supports and start from there. If you have a question after that, let me know and I'll open this post up for answers. Generally the validation is `^\d\.\d{7}\.\d{3}$` –  Mar 28 '17 at 17:44
  • Thanks for your help! – Chris Lewis Mar 28 '17 at 20:53

0 Answers0