Regex mask help

  • Eduardo Correa
  • Topic Author
  • Offline
  • New Member
  • New Member
More
2 years 3 months ago #154002 by Eduardo Correa
Regex mask help was created by Eduardo Correa
I need to use a mask for a custom field. I have no experience with this, but I found a ready-made mask:
^\d{3}\x2E?\d{3}\x2E?\d{3}\x2D\d{2}$
I need the numbers in this format: 123.456.789-10
Can anyone help me to make it work? Thanks!

Please Log in or Create an account to join the conversation.

  • Eduardo Correa
  • Topic Author
  • Offline
  • New Member
  • New Member
More
2 years 3 months ago #154294 by Eduardo Correa
Replied by Eduardo Correa on topic Regex mask help
Solved.

Just typed
Code:
000{.}000{.}000{-}00
 et voila

Please Log in or Create an account to join the conversation.