Skip to main content
Solved

Creating rules for Name field

  • January 27, 2025
  • 3 replies
  • 33 views

Hi ,

Could someone guide me on creating rules for Name field.

Rule : Name should not have any special characters but can have numbers and spaces. 

Ex: Jhon Leo - Valid

Jho1 Leo - Valid

Jho( Leo* - Not Valid

 

 

Regards,

Bhuvi

Best answer by C_R

Hey Bhuvi, I had a similar requirement before. I solved it by using regex rule that allows only letters, numbers, and spaces while blocking special characters. You can create a DQ rule with this regex: (^[A-Za-z0-9 ]+$) . Hope this helps!

 

View original
Did this topic help you find an answer to your question?

3 replies

Forum|alt.badge.img+1
  • Data Pioneer
  • 5 replies
  • Answer
  • January 29, 2025

Hey Bhuvi, I had a similar requirement before. I solved it by using regex rule that allows only letters, numbers, and spaces while blocking special characters. You can create a DQ rule with this regex: (^[A-Za-z0-9 ]+$) . Hope this helps!

 


Thank you for the solution ​@C_R!


Cansu
Community Manager
Forum|alt.badge.img+3
  • Community Manager
  • 625 replies
  • February 13, 2025

Thank you for the solution ​@C_R!


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings