namratachaudhary
Results
2
comments of
namratachaudhary
`([\s\w'@.\-:\u3040-\u30FF\uFF01-\uFF60\u4E00-\u9FA0]*)` The `.\-` part in above regex means, a dot and hyphen are valid. This regex could probably be accounting for names with hyphens in them. and hence the discrepancy....
@turtleDev are we storing this information in the DB? If yes, I can take this up.