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 5980285
In Process

The Archive Base Latest Questions

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

I am trying to cleanup some Javascript code using jshint. In a third-party script

  • 0

I am trying to cleanup some Javascript code using jshint. In a third-party script that is being used, jshint complains about unescaped javascript in this line:

var cleanString = deaccentedString.replace(/([|()[{.+*?^$\\])/g,"\\$1");

I’d also like to understand what this regular expression does, but I don’t see it. Can anyone tell me what this is for and how to write it in a cleaned up way?

Thank your for any hints.

  • 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-22T21:46:46+00:00Added an answer on May 22, 2026 at 9:46 pm

    It matches any of the following characters: |()[{.+*?^$\ and replaces it with its escaped counterpart (backslash plus that character).

    While it is legal in many regex dialects to include an unescaped [ inside a character class, it can trigger an error in others, so try this:

    var cleanString = deaccentedString.replace(/[|()\[{.+*?^$\\]/g,"\\$0");
    

    (the unnecessary capturing group could be dropped, too.)

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

Sidebar

Related Questions

trying to run a simple batch file in windows 2008 task scheduler call cleanup.bat
Hello i am trying to implement a database-object(connection) pooler for BerkeleyDB... I decided to
I am trying to clean up the objects which has status uncompleted. Then I
I am trying to clean up a series of text files by deleting unneeded
I am trying to import a large text file into a MySQL database. The
Trying to learn ASP MVC coming from Linux/LAMP background (in other words I'm a
trying to make 5 curl childs for curl handler and defining them, but can't
I'm getting strange navigation bar behaviour, for example when I hit back button the
To preface: I am very new to C, so I am probably missing something

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.