Home > Enterprise >  Regex to allow some special character with unicodes
Regex to allow some special character with unicodes

Time:11-30

I want to allow some special characters like (,),\,_,., etc and emojis is denoted by [\u0000-\u007F]

Valid names are

"           
  • Related