Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5945993
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T16:45:35+00:00 2026-05-22T16:45:35+00:00

I a have a vbscript that checks a named email format if correct using

  • 0

I a have a vbscript that checks a named email format if correct using regular expression. However, upon named email strings with special character, my regular expression does not match below named email:

"Davé Lory, Sr." <jhonson@test.com>

I’m using the regular expression to check valid named email:

^\s*(([\"][\sa-zA-Z0-9_\-\.\'\,\&]*[\"])|([\sa-zA-Z0-9_\-\.\'\,\&]*))*\s*[\(<]\s*([A-Za-z0-9_\x27]+((\.|-)['A-Za-z0-9_\x27]+)*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+)\s*[\)>]\s*$

But it can’t match if the named email contain special a character like é or È etc..

How can I ignore this special characters in regular expression?

Please help.

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T16:45:36+00:00Added an answer on May 22, 2026 at 4:45 pm

    You can not ignore them, you need to match them.

    You can try this one here

    ^\s*((\"[^"]*?\")|([\sa-zA-Z0-9_\-\.\'\,\&]*))*\s*[\(<]\s*([A-Za-z0-9_\x27]+((\.|-)['A-Za-z0-9_\x27]+)*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+)\s*[\)>]\s*$
    

    I removed your [\"][\sa-zA-Z0-9_\-\.\'\,\&]*[\"] with

    \"[^"]*?\"
    
    1. you don’t need square brackets around a single character

    2. [^"]*? is a lazy match that will match anything that is not a " till the next "

    You can see it online here at Rubular

    I have not checked the rest of the expression, what I have seen on rubular is that there are many capturing groups. If you don’t need the result then you can make them non capturing by ?: after the opening bracket (e.g. (?:\"[^"]*?\")).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a VBScript COM Component where I'm using Msxml2.FreeThreadedDOMDocument.4.0 however is there /
I have a vbscript file that will open a document with the correct program
I have working code that opens up a word document programmatically using vbscript, makes
We have an old process (VBScript) that reads a common mailbox and processes certain
I have to write something in vbscript that need to use a unique set.
I have been asked to create a vbscript that will set the default font
I have a VBScript script that runs a second VBScript script. The second VBScript
I have a VBScript script that looks like this: Const ForAppending = 8 Set
I have a classic asp webpage written in vbscript that outputs the results from
I have a one dimensional array in VBScript that I would like to run

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.