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

  • SEARCH
  • Home
  • 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 7609057
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T01:04:44+00:00 2026-05-31T01:04:44+00:00

I have a number of DOM elements being dynamically created on a web page.

  • 0

I have a number of DOM elements being dynamically created on a web page. Their IDs are generated from an external list and sometimes these names may contain illegal characters for an ID like “@” or “&”.

I need to remove chracters that do not match the following rules:

  • The string must begin with a letter
  • The first character may be followed by any number of letters, digits ([0-9]), hyphens (“-“), underscores (“_”), colons (“:”), and periods (“.”)

So, if the original string is:

99% of People are not the 1%

Then the resulting string with illegal characters removed would be:

ofPeoplearenotthe1

Can anyone help me to write the regex in Javascript that will remove characters from a string that do not follow the above requirements?

  • 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-31T01:04:46+00:00Added an answer on May 31, 2026 at 1:04 am
    var str = "99% of People are not the 1%";
    str = str.replace(/^[^a-z]+|[^\w:.-]+/gi, "");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a page where a large number of DOM elements are animated. This
I have a page that uses jQuery to create a number of <input> DOM
Every time I load a page, I have a random number of elements with
i have a number of jsp files under web-inf folder. Inside my web.xml i
I have created a PHP script which builds a table from an XML document
I have a form with dynamically created input fields - upon submitting it I
Everyone agrees that less DOM elements means better page performance. It means better javascript
If I have a a number of elements in one table column and I
I have a DOM element (#installations) with a number of children, only one of
I'm trying to use simple html dom to extract elements from a file that

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.