regular expression for at least one alphanumeric character code example Example: regex allow alphanumeric and special characters /^[ A-Za-z0-9_@./#&+-]*$/