//Author: Mohammad Arman Khan //Regular Expression should not contain Special Characters var regex = /^[A-Za-z0-9 ]+$/;