Relative Content

Tag Archive for nsregularexpression

Regular expression for google form to check if a string entered by the user exist or not

Regular expression pattern for a google form to check if a string entered by the user exist or not.
So I want to prepopulate the field with some data like email addresses of some selected users and once the user provide his email I will check if it with the prepopulated email address to see if it exist or not.
In google form not for any other languages.
Thank you.