I need example code for allowName and fullPattern properties of CEmailValidator class. Can anybody make example?
I need example code for allowName and fullPattern properties of CEmailValidator class. Can anybody make example?
For fullPattern: take a look at the default value in the code. It shoud work in most cases.
For allowName: it’s a boolean property so I don’t think you really need an example on it.
Thank you phtamas. Your help is very useful.